Closed dstroy0 closed 2 years ago
having an example that uses a different stream is very useful. I like the current examples which cover Serial and MQTT streams.
I think the GPS parser idea could be considered an advanced example.
RF24, lora, zigbee.. any others?
I think there's telnet across most platforms too so I can see if that is feasible
BLE UART
the teensy 4.1 has PHY ethernet and a good amount of resources, I wonder if that one can do SSH, I'll look into arduino/esp SSH while I'm looking into telnet
I'm planning on starting on this once the userInput ctor overhaul is complete and wildcards have been implemented, by then the api should hopefully not be going through any more growing pains and it will make sense to work on the examples
Just pushed an RF24 example, it's a repurposed GettingStarted
Pushed LoRa tx/rx
pushed ble uart
I think I'm going to use TelnetStream as the Telnet lib. https://github.com/JAndrassy/TelnetStream and we can add TLS with this lib: https://github.com/OPEnSLab-OSU/SSLClient
debugging example is up
I made a config_howto example and focused the debugging example some more
I think I'm going to leave out telnet.
Any ideas for examples you would like, you can post here and we'll give it a whirl!