Eclipse
-
Is that where the name“Duet” comes from ?
-
How about DuetWiFiSocketServer and RTOS-enabled ???
If I understand correctly DuetWiFiSocketServer,handles protocol to send packets???
And RTOS real time operations?
-
DuetWiFiSocketServer is the source code for DuetWiFiServer.bin. You don't need to build it if you just want to change RRF, but you do need it in the workspace because RRF uses one include file from it.
All RRF2 builds use RTOS except the builds for Duet 06/085, RADDS and Alligator. All RRF3 builds use RTOS.
-
Managed to Compile existing files without editing .
I wish buildinstructions could be more detailed.AFTER SUCCESSFUL COMPILING WHERE IS .BIN FILE?
-
@ViralTinker said in Eclipse:
Managed to Compile existing files without editing .
I wish buildinstructions could be more detailed.AFTER SUCCESSFUL COMPILING WHERE IS .BIN FILE?
In the project directory there is a binary directory for each configuration.
-
Found it Thank you