You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP (ipsec) protocols, can also remove IEEE 802.1Q (virtual lan) header. Works with pcap files.
Sample ESP8266 TCP Client Application. Designed to send sample single-byte of data to TCP server side. Just for demo purposes, byte value itself is generated based on 3 GPIO inputs and placed as 3 less-significant bits.
Sample ESP8266 TCP Server Application. Designed to accept single-byte data from TCP client side and set 3 GPIO outputs in accordance to received 3 less-significant bits.