Hi everyone, I am new to Julia. Recently I want to write a network tool with Julia. After reading the docs I found that I can not write services with UDP socket, even a simple echo server. Function recv only returns data and function recvfrom returns IP address and data without the port. So is there another way to implement a UDP echo server? Thanks.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
UDP receive and send with julia | 17 | 3040 | June 14, 2021 | |
UDP socket sending response, lacking sendto | 2 | 1233 | August 9, 2020 | |
Communication between julia and python using TCP socket | 1 | 1347 | December 11, 2019 | |
Networking and streams: TCP socket echo not received | 1 | 458 | June 23, 2018 | |
Problems using Sockets | 0 | 324 | May 14, 2019 |