PyGate Source Code
-
Hi Pycom Team,
I am wondering if the low-level source code of PyGate will be available and when it will be available.
For my application, I need to modify the low level LoRa settings in the Packet Forwarder source code.
Thanks a lot.
Cheers,
Paul
-
Its all in the readme of the repo: https://github.com/pycom/pycom-micropython-sigfox/. If you need any further instructions or have anything that is unclear let me know!
Gijs
-
Hi Gijs,
Thanks a lot, this is great.
Can I ask how to setup the toolchain and compile the source code? Can you please point me where to start?
Cheers,
Paul
-
The Pygate sourcecode is now released in the repository.
The code is dispersed in multiple places, but most of it can be found here: https://github.com/pycom/pycom-micropython-sigfox/tree/Dev/esp32/pygate
Best,
Gijs