Test protocol by Gurtam used for demonstration and testing purposes.
Connection to channel with given protocol allows to emulate interaction between device and flespi gateway. Connect to the channel's IP:port via telnet-like tool. The following options are available:
Detailed instructions on how to try this protocol available in flespi 10 minutes play guide.
(echo "1";
echo "ident";
echo "2";
echo "1";
echo '{"ident": "ident","timestamp": 1702366832.965264,"message.type": "example","driver.message": "Hello, flespi!"}';
sleep 1;
echo "0";) | telnet <your.channel.host> <your_channel_port> | grep Connected
Please replace <your.channel.host> and <your_channel_port> with YOUR test channel credentials.