Minimal FOSS Public Transportation Router based on Dijkstra's Algorithm & GTFS. Currently in development & testing
Simple X Mobile - A Pinephone UI that is simple and suckless
Fast, simple, and hackable OSM map viewer for Linux. Designed with the Pinephone & mobile linux in mind; works both offline and online.
Tiling Mobile Linux: minimalistic utilities to make using standard tiling window managers with mobile Linux simple
(Discontinued) Mobile linux UI that runs in the framebuffer and is efficient, minimalistic, scriptable. Works best on the Pinephone.
1b2f38e Cleanup and document operation of buildGraph function
~mil pushed to ~mil/mobroute git
b88b7d2 Extract graph building accumulatePotentialPaths logic to seperate fn
~mil pushed to ~mil/mobroute git
a5e5476 Rework adjacent {direct,walks,transfer} fns to take args directly not *Node
~mil pushed to ~mil/mobroute git
f48c542 Switch lookup table for stop-to-stoptimes to use ID keys rather then ptrs
~mil pushed to ~mil/mobroute git
5222d55 LUT variable naming for lookup tables in CreateCalculator
~mil pushed to ~mil/mobroute git
de8bccd Fix naming for LUTStopIDToChildStops
~mil pushed to ~mil/mobroute git
03a9fff Rename all lookup tables in Ginst{} to be prefixed with LUT
~mil pushed to ~mil/mobroute git
6f26c89 Migrate NextStopTimesForStopsRouteStopTimeMap to use LUTs directly
~mil pushed to ~mil/mobroute git
89d48ce Implement mgtfs Calendar; migrate YMD parsing to load run at load
~mil pushed to ~mil/mobroute git
732494d Refactor - extract ConvertStopTimesMapToArrayStopTimes logic to fn
~mil pushed to ~mil/mobroute git
87cb3f5 Make ClosestStops take *[]mgtfs.Stopas param; remove being method on Calculator
~mil pushed to ~mil/mobroute git
e7da923 Remove useless looping in NextStopTimesForStopsRouteStopTimeMap
~mil pushed to ~mil/mobroute git