The development loop
- Write your C# package code targeting
netstandard2.1 - A post-build step installs your package into a local dev Neuron instance
- You iterate against the live local Neuron
- When ready, build and install the package on a real Neuron
Key repositories
Local dev setup
- All repos live under
C:/My Projects/(paths are currently hardcoded in build scripts) - Clone repositories in this order: IoTGateway → Neuro-Ledger → IoTBroker
- Build
Waher.IoTGateway.Consolefirst, then run it to complete initial setup athttp://localhost - The dev Neuron stores data at
C:\ProgramData\IoT Gateway Dev
Content vs assembly packages
See Package architecture for the full breakdown.