asyncio
asyncio copied to clipboard
Is it possible a udp_bidirectional_socket.py file in the /examples folder please?
Hello. I have a very hard time trying to create a rediculously simple project. A single UDP socket that (with the use of asyncio) will wait for input from the console, send the message to the network as long as it gets it while on the same time waiting to receive incoming data and when it arrives... whatever, say print it at the console. I think this would help very much and give a very basic idea of how to implement bidirectional sockets with asyncio. Thanks.