Most recent activity
-
I would like to use this library https://github.com/mscdex/cap on a NodeMCU. However it has Include files which are C header files.
Could someone help me by letting me know if I can use this library on a NodeMCU or any other board that can run Espruino? and Also if there is any workarounds if its not possible on a NodeMCU.Also, I am new to Espruino, when I go to http://www.espruino.com/binaries/ I see lots binaries with the name ESP82866 . Since my goal is to use a NodeMCU, what Should I be using?
Ive been reading about extending the Espruino Firmware with our own C files. but all of them use C includes which are provided by the Espruino Firmware. (https://www.espruino.com/Extending+Espruino+1) and (https://www.espruino.com/Extending+Espruino+2)
And on reading more about using RAW Sockets with C, I'm only getting details on doing so with OS dependent libraries such as the one here http://www.tenouk.com/Module43a.html
I tried to search for ESP8266's Libraries but I couldn't find any solution. might be because Ive never worked at such a low level before.
Can you provide me with a site that contains the native APIs/ methods to create raw sockets on ESP8266 with C?