User Tools

Site Tools


pixel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pixel [2017-12-11 20:32:51]
pixel [2017-12-11 20:32:51] (current)
Line 1: Line 1:
 +====== Forever Pixel Drone telemetry reverse-engineering ======
  
 +The goal of this project is to reverse-engineer telemetry stream from a drone. The second step would be to take the drone over.
 +
 +Currently, we can extract damaged JPEG frames (as the format is not yet fully understood) from the drone'​s camera.
 +
 +  * git clone https://​jenda.hrach.eu/​p/​pixel
 +  * downlink.pcap.gz contains sample capture (created with "echo 63 63 01 00 00 00 00 | blhexbin | nc -u 192.168.0.1 40000"​)
 +  * zcat downlink.pcap.gz | python3 read.py
 +  * mplayer video.mjpeg
pixel.txt ยท Last modified: 2017-12-11 20:32:51 (external edit)