The results of me attempting to manually initiate a TCP connection using Scapy. Covers the basics of crafting custom packets using Scapy, before giving up and using the inbuilt socket connection functionality.
I write about things I see/do/like
The results of me attempting to manually initiate a TCP connection using Scapy. Covers the basics of crafting custom packets using Scapy, before giving up and using the inbuilt socket connection functionality.
A basic guest book server/client app written in Python3 to generate simple network traffic suitable for other projects
To handle the command sending between the buttons on my controller (powered by an Arduino) and the UAV, I am using a Raspberry Pi. This…
I have been following the instructions on http://dev.ardupilot.com/wiki/simulation-2/sitl-simulator-software-in-the-loop/setting-up-sitl-using-vagrant/ to try and set up SITL. I had some issues with getting a VM to run, as…
It was decided that MAVLink would be the best protocol for me to use to send commands to the UAV from my custom controller. From…