Hi everyone,
I want to use ethernet communication on my desktop with my pi. I want to learn how to do "ethernet to ethernet communication" . How can I send a data from pc to RPi ? I'm using Debian for RPi.
Thanks.
Lots of ways to approach this. One is to sens small packets of information using UDP sockets.eqooo wrote:Hi everyone,
I want to use ethernet communication on my desktop with my pi. I want to learn how to do "ethernet to ethernet communication" . How can I send a data from pc to RPi ? I'm using Debian for RPi.
Thanks.
Connect your Pi and PC via an ethernet cable.eqooo wrote:Thanks so much your answers.
if I connect to internet , I need to socket programming with TCP/IP or UDP or others.
But I want to say there is no internet. so I want to connect Pc to RPi direct connection wit Ethernet cable.
How can I do?
TCP/IP is the protocol to use over internet, it doesnt mean that you NEED the internet to use TCP/IP.eqooo wrote: if I connect to internet , I need to socket programming with TCP/IP or UDP or others.
But I want to say there is no internet. so I want to connect Pc to RPi direct connection wit Ethernet cable.
How can I do?