dstroy0 / InputHandler

Arduino input handler
https://dstroy0.github.io/InputHandler/
GNU General Public License v3.0
1 stars 0 forks source link

Examples you would like to see #36

Closed dstroy0 closed 2 years ago

dstroy0 commented 2 years ago

Any ideas for examples you would like, you can post here and we'll give it a whirl!

2bndy5 commented 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.

dstroy0 commented 2 years ago

RF24, lora, zigbee.. any others?

dstroy0 commented 2 years ago

I think there's telnet across most platforms too so I can see if that is feasible

2bndy5 commented 2 years ago

BLE UART

dstroy0 commented 2 years ago

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

dstroy0 commented 2 years ago

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

dstroy0 commented 2 years ago

Just pushed an RF24 example, it's a repurposed GettingStarted

dstroy0 commented 2 years ago

Pushed LoRa tx/rx

dstroy0 commented 2 years ago

pushed ble uart

dstroy0 commented 2 years ago

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

dstroy0 commented 2 years ago

debugging example is up

dstroy0 commented 2 years ago

I made a config_howto example and focused the debugging example some more

dstroy0 commented 2 years ago

I think I'm going to leave out telnet.