The Most Simple UDP Client Server Program In C! GitHub: github.com/han... Editor: macromates.com - TextMate Music: www.bensound.com - Creative Minds - Summer
I figured it out. In the client.c I changed INADDR_ANY to inet_addr("my_remote_server_public_ip"); and obviously fill in your own public ip. Make sure you have udp open in the security profile for your server.
this is kind of video for networking in C is gold, keep it up
You were very clear and very handy as your username said. Thank you so much for this wonderful video
Thankyou ✨
Can you please do a video on reversing a string using tcp
It was a good tutorial. do you have any idea how broadcast(for playing a game) with multiple clients can be implemented using UDP in C?
Thank you, very helpful!
Glad to hear that!
thank you sir
Most welcome
this is awesome!! thank you so much!! will there be a TCP - tutorial one of these days? ;)
Unfortunately it's not on the cards anytime soon :( but I would love to when I can get around to it.
Thanks!
Adriel Field
thank you !!
nice
how would you do this with ipv6?
Sir give me a udp i working clickworker side and need udp create clickworker id
can you do it for multiple clients?
I want to send live sensor data
Koch Center
How to send packet data into specific IP address?
In this video I have sent it to INADDR_ANY, which is defined as 0.0.0.0. You can replace this with an IP address. For example: inet_addr("127.0.0.1");
@@handyscripts5830 ohh I see...
It's covered by yt caption and my listening english isn't good. thanks
This is for doing both sides on 1 computer, right? How do I do this with an actual remote server? Where do I put in the IP for the server?
I figured it out. In the client.c I changed INADDR_ANY to inet_addr("my_remote_server_public_ip"); and obviously fill in your own public ip. Make sure you have udp open in the security profile for your server.
@@AkamiChannel This is exactly right! And yes of course make sure your firewall allows that udp IP:Port combination.
@@handyscripts5830 Are you planning to make more youtube videos? I have a discord server with some other tech youtubers if you're interested.
Hlw sir you give me a UDP
I working clickworker side and need UDP
nice