Search found 3 matches

by tubeless
29 Oct 2021, 09:44
Forum: ESP Easy: Software
Topic: Sending a plain-text TCP packet
Replies: 3
Views: 4574

Re: Sending a plain-text TCP packet

Any ideas?
by tubeless
27 Oct 2021, 17:36
Forum: ESP Easy: Software
Topic: Sending a plain-text TCP packet
Replies: 3
Views: 4574

Re: Sending a plain-text TCP packet

So I assume you would like something as low-level as a telnet connection? How often would you like to send such a simple packet? This also determines whether or not the connection should remain open. Yup, as simple as telnet/netcat/etc. Packet will be sent once per 10-20 minutes, so no need to keep...
by tubeless
27 Oct 2021, 16:28
Forum: ESP Easy: Software
Topic: Sending a plain-text TCP packet
Replies: 3
Views: 4574

Sending a plain-text TCP packet

Hello, I am struggling to make use of ESPEasy to send telemetry data using TCP. Receiver is expecting clear text (telnet-like) content. I've been able to make this work using UDP protocol, using SendToUDP command. To my surprise, there is no similar function for TCP. Another possibility I've conside...