I am trying to build a socket to retrieve the ethernet packets from ecu. When i run my code on windows there is no problem and the code runs correctly. But when i run my code on Linux it gets stuck at s.recv(65565) as no udp messages are received by Debian(raspberry pi). I have already set static ip in /etc/network/interfaces as follows: The code is as below:
There is no LAN or Router. When i check netstat -s i see that there are 0 UDP and 0 TCP messages received. But when i check in Wireshark on Debian i could see the displayed UDP packets. Does it mean that the UDP packets are reaching the Raspberry Pi but not received by Debian OS ? I know this is not related to this forum. But any help would be appreciated as i need to solve this problem urgently for my thesis. asked 11 May '15, 07:27 Praju closed 11 May '15, 08:16 grahamb ♦ |
Sorry, you're much more likely to get help in a Python focused site.