Edit a geofence. Read and write using the GeoJSON format.
This software requires the aiortc Python library.
To build aiortc, you'll need ffmpeg 4.x and python >= 3.6
sudo dnf install ffmpeg-devel # (from RPM Fusion, not Fedora)
sudo dnf install python3-aiohttp
pip3 install --user aiortcAlso required:
sudo dnf install python3-psutilThis program expects to find a "CURRENT_MISSION.txt" in the current directory. Typically, what I do is this:
ln -s /location/to/mission_file.txt ./CURRENT_MISSION.txtStart the server with:
python3 main.pyThen use a web browser to connect to localhost:8080