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 socket sending response, lacking sendto | 2 | 1237 | August 9, 2020 | |
UDP receive and send with julia | 17 | 3188 | June 14, 2021 | |
Communication between julia and python using TCP socket | 1 | 1399 | December 11, 2019 | |
Receiving UDP packages | 1 | 1577 | February 13, 2017 | |
Communicating with Sonic Pi using UDP sockets | 2 | 936 | May 11, 2021 |