A collection of personal, custom-made tools
  • C++ 81%
  • Python 14.2%
  • CMake 4.5%
  • Shell 0.3%
Find a file
2026-05-23 16:55:14 +02:00
ais_mapper add ais mapper 2025-12-01 21:18:11 +01:00
ServerControl Add ability to manage multiple servers 2026-05-23 16:49:50 +02:00
README.md Add readme 2026-05-23 16:55:14 +02:00

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.