Skip to content

pengusystems/rhodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHODES

A software application and algorithms for the Nature Photonics publication for Wavefront shaping in complex media with a 350 kHz modulator via a 1D-to-2D transform

Repository is structured as follows:

├── src
│   ├── libs
│   │   ├── core0
│   │   ├── ip_repo
│   │   ├── ...
│   ├── apps
│   │   ├── iris
│   │   ├── ...
├── ext
├── docs
│   ├── iris
│   ├── ...
├── scripts
  • src - our code
    • libs - shared code (firmware & software)
    • embedded - focused on embedded systems. ordered by boards, where each board could have the following directories:
      • fw - stores firmware by name of the project (rivers)
      • sw - subdivided based on optional firmwares, where each firmware contains the names of the software apps (trees)
      • hw - board design files
    • apps - pc apps by name of project (flowers)
  • ext - external libraries & tool
  • docs - documentation, no stricts rules
  • scripts - deploy and extract scripts

In addition, pc apps and libraries (libs) will deploy into the root in one of the following forms:

  • Debug_x64
  • Release_NoOpt_x64
  • Release

About

SW for Nature Photonics publication on Wavefront shaping in complex media with a 350 kHz modulator via a 1D-to-2D transform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published