Update README.md
This commit is contained in:
parent
e1f45a0083
commit
0b61154b2e
1 changed files with 24 additions and 2 deletions
26
README.md
26
README.md
|
|
@ -12,9 +12,14 @@ I design and develop software tools for the transport industry — from passenge
|
|||
|
||||
---
|
||||
|
||||
## 🛠️ Our Projects
|
||||
## 🛠️ Transit Related Projects
|
||||
|
||||
### 🗺️ Arcs & Angles *(Flagship)*
|
||||
|
||||
<img src="./arcs_and_angles.png" alt="Arcs & Angles" width="400">
|
||||
|
||||
<br>
|
||||
|
||||
A metro and transit map design tool for crafting beautiful, professional-quality transit maps. Whether you're redesigning a city's network or creating a map from scratch, Arcs & Angles gives you the tools to do it with style.
|
||||
|
||||
- 🌐 **Try it:** [ana.imbenji.net](http://ana.imbenji.net/) *(Public Alpha)*
|
||||
|
|
@ -25,20 +30,33 @@ A metro and transit map design tool for crafting beautiful, professional-quality
|
|||
|
||||
<img src="./bus-infotainment-preview.png" alt="Bus Infotainment" width="400">
|
||||
|
||||
<br>
|
||||
|
||||
A near PSVAR-compliant next stop announcement system heavily inspired by TfL's **iBus** audio-visual system, using the actual iBus announcement recordings — sourced directly from Transport for London via a Freedom of Information request.
|
||||
|
||||
The project has two components:
|
||||
|
||||
- **📱 App** *(Flutter)* — Runs on your phone and uses GPS to automatically detect your location and announce upcoming stops. No specialist hardware required.
|
||||
|
||||
> ⚠️ Due to the announcement audio being the intellectual property of Transport for London, the app isn't publicly distributed. However, if you have a legitimate use case and can supply your own announcements, feel free to [get in touch](mailto:benjamin.watt@imbenji.net) to request the APK.
|
||||
- **🖥️ Hardware** *(Dart, C#, C++)* — A Raspberry Pi-based embedded system featuring an LED dot matrix display and audio announcements, replicating the experience of a real on-bus passenger information system. Includes a Flutter-based remote control interface.
|
||||
|
||||
---
|
||||
|
||||
### 🔴 Red Bus Tools *(Maintenance)*
|
||||
A **Flutter** app with a single, focused purpose — calculating mileage for any bus route in London using the open routing API. Used by officials at Transport UK (formerly Abellio London) to calculate mileage for rail replacement routes, with an intuitive UI for configuring and adjusting route mileage.
|
||||
|
||||
---
|
||||
|
||||
## 📂 Other Projects
|
||||
|
||||
### 🗄️ [SweepStore](https://git.imbenji.dev/IMBENJI.NET/SweepStore) *(Open Source)*
|
||||
A high-performance binary key-value storage format for Dart applications. Designed for fast, compact data persistence with O(1) random access — great for game save files, caching, and other performance-critical use cases.
|
||||
|
||||
### 🔒 Waylume *(Cancelled)*
|
||||
A fully built WireGuard-based VPN service with a complete **Flutter** client, **Dart** + **Node.js** backend, and **Supabase** for auth and infrastructure. Features included self-managing VPN nodes, automatic peer configuration, bandwidth limiting, and geographic server selection. The source code is in a ready-to-deploy state, but development was discontinued due to the legal complexities of operating a VPN and the liability of being responsible for user traffic — particularly around potential DMCA violations.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 📦 Open Source & Commercial
|
||||
|
|
@ -53,4 +71,8 @@ Have a question, idea, or just want to say hello?
|
|||
|
||||
✉️ [benjamin.watt@imbenji.net](mailto:benjamin.watt@imbenji.net)
|
||||
|
||||
I'd love to hear from you!
|
||||
I'd love to hear from you!
|
||||
|
||||
---
|
||||
|
||||
*IMBENJI.NET LTD is a private limited company registered in England & Wales. Company number: [16955294](https://find-and-update.company-information.service.gov.uk/company/16955294). Incorporated 12 January 2026.*
|
||||
Loading…
Add table
Reference in a new issue