- C++ 81%
- Python 14.2%
- CMake 4.5%
- Shell 0.3%
| ais_mapper | ||
| ServerControl | ||
| README.md | ||
Vincent's Tools
This repository contains a number of tools I mostly wrote for myself. They aren't meant as production-ready tools for everyone. However, some might prove useful for others. Hence why I've made them public on here.
List Of Tools
Server Control
Server control is a small QT app that allows you to manage servers over SSH. It has 2 main functionalities.
The first is quite niche and likely isn't useful to anyone. It allows you to start a server/pc using WOL by executing a command on a secondary device. In my case, it's a Raspberry PI on my home network that sends a magic packet.
The second is to execute arbitrary commands over an SSH connection, including a button to shut the server down.
AISMapper
AIS mapper was a simple tool that generates a file that can be imported on GeoJson. The tool likely isn't useful to anyone else, but allowed me to configure an alarm system for a boat somewhere. This tool basically visualized AIS data to show when it was in range.