Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sending data over UDP
#4
I haven't used UDP in a long time, But if I recall properly, I seen to remember using uuencode on binary data before sending
and then decoding on the receiving end.  Uuencoding is a form of binary-to-text encoding

Read about here: https://en.wikipedia.org/wiki/Uuencoding.
Reply


Messages In This Thread
Sending data over UDP - by alidaf - Oct-19-2017, 09:39 AM
RE: Sending data over UDP - by Larz60+ - Oct-19-2017, 11:41 AM
RE: Sending data over UDP - by alidaf - Oct-19-2017, 12:47 PM
RE: Sending data over UDP - by Larz60+ - Oct-19-2017, 03:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python + PHP. Sending data from "Moodle" (php) to python CGI-script and get it back stanislav 0 1,560 May-07-2022, 10:32 AM
Last Post: stanislav

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020