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 | 1249 | August 9, 2020 | |
| UDP receive and send with julia | 17 | 3304 | June 14, 2021 | |
| Receiving UDP packages | 1 | 1589 | February 13, 2017 | |
| Communication between julia and python using TCP socket | 1 | 1410 | December 11, 2019 | |
| UDP Multicast with Julia | 3 | 1271 | April 6, 2017 |