Server¶
The server (Nano) code lives in server/nano/. It has the following primary classes:
COMdefined in include/comm.hpp, implemented in src/comm.cpp.NANOdefined in include/nano.hpp, implemented in src/nano.cpp.VideoStreamdefined in include/stream.hpp, implemented in src/stream.cpp.
The entrypoint and primary loop is located in src/main.cpp.