This is the initial support for Linux/RaspberryPi for the 2.0:
https://github.com/marceloaqno/Arduino/tree/dev-raspberrypi
Supports:
- RF24 radio
- Ethernet gateway
- Store "eeprom" to a file (thanks to @aaron832 )
- MQTT (thanks to @aaron832 )
- Can be compiled in a linux machine other than Pi
To be implemented:
Store "eeprom" to a fileSerialMQTTRF24 interrupts- UDP
- Act as a client to connect to a controller
I haven't extensively test it, so there are probably some bugs. Any suggestions or ideas for improvement are welcome.