Closed sourcevault closed 6 years ago
Hi @sourcevault
I am really sorry but I'm not sure what to suggest here :(
You can see that the error obviously indicates raw sockets are not supported on your platform. I have zero experience with Raspberry Pi so I don't know if what you see is correct and expected behavior or not.
Does your platform documentation indicate raw sockets are supported, and if so does the raw-socket module open the socket in the correct way?
Steve
HI steve !
Thanks for the reply, but I think it has something to do with raspbian (debian) - I tried to find documentation on raw sockets on raspbian.
It's okay I am not experienced enough to use raw sockets to create any meaningful application anyway.
cheers !
Hi !
I am trying to use
node-raw-socket
, for now I can work around the issue but I still think its important to find out what went wrong :SOFTWARE :
armv7l Raspbian GNU/Linux 9 (stretch) 4.14.50-v7+
HARDWARE :Raspberry Pi 3 - Model B
On the Pi 3
TCP
andICMP
works flawlessly but for some reasonNONE
is throwing error.I ran
strace
to find out exactly which system call is to blame:Do you think is a issue with the Pi or some config I need to fix in
node-raw-socket
?Cheers !