Where can I find the source code for the network/LTE?
-
I'm trying to run the arduino environment on the pycom, which works, but now I want to implement the NB-Iot modem. I can't seem to find the network library anywhere. Is it closed source? Or am I looking at the wrong places?
-
@kgunnar said in Where can I find the source code for the network/LTE?:
Python layer available somewhere
The C file for the Python API file is this one: https://github.com/pycom/pycom-micropython-sigfox/blob/master/esp32/mods/modlte.c
It calls other functions of the LTE module. You'll find it if you follow the code.
-
@protean said in Where can I find the source code for the network/LTE?:
https://github.com/pycom/pycom-micropython-sigfox/tree/master/esp32/mods
https://github.com/pycom/pycom-micropython-sigfox/tree/master/esp32/lteno?
Is the Python layer available somewhere? It would be helpful and interesting to see how the Python LTE methods work.
-
https://github.com/pycom/pycom-micropython-sigfox/tree/master/esp32/mods
https://github.com/pycom/pycom-micropython-sigfox/tree/master/esp32/lteno?
-
I'm interested in this as well. Anyone have any luck?