I got the raspi server running and receiving the ODIn files, but it's not working 100%. I could use some help with:
Running the dataServer.c file - I had it running with screen, but disconnects frequently.
I think this is a Pi issue. When I run awk '$5~/^sshd/' /var/log/auth.log | tail on the pi I think maybe bots are trying to ssh in and that's causing the pi to disconnect? I get a lot of the following: Nov 26 20:35:20 raspberrypi sshd[3476]: Failed password for root from 116.31.116.20 port 11589 ssh2
Also since there's no filemaker to recognize the file and make a new one, it just over-writes the one I started, so this could use a little work
Additionally, I think I'd like to make a feature request - that we modify the server/intercept script so that it matches exactly the file that's on the adruino for better data provenance.
I got the raspi server running and receiving the ODIn files, but it's not working 100%. I could use some help with:
awk '$5~/^sshd/' /var/log/auth.log | tail
on the pi I think maybe bots are trying to ssh in and that's causing the pi to disconnect? I get a lot of the following:Nov 26 20:35:20 raspberrypi sshd[3476]: Failed password for root from 116.31.116.20 port 11589 ssh2