AetherMesh
Enterprise IoT asset management over a fully meshed network

What is AetherMesh?
AetherMesh is an IoT-based asset management solution that runs on a fully meshed network, enabling real-time location tracking and sensor monitoring of physical assets across large facilities.
What problem did AetherMesh solve?
The client needed to track over 1,000 assets in real time across more than five sites, with sensor telemetry, multi-tenant support, and an SDK for third-party middleware integration — all without proprietary hardware lock-in.
How AetherMesh works
Built a reactive Java/Spring Boot backend using MQTT for device communication and Hibernate for persistence. Asset tags and beacons report through site gateways into the broker. A React dashboard renders live telemetry. The system exposes a REST API/SDK for third-party integrations. Deployed as a multi-tenant SaaS platform tracking 1,000+ physical assets across 5+ client sites, with sub-second dashboard latency on live telemetry. Third-party middleware teams were able to integrate within days using the published SDK — reducing onboarding effort by an estimated 70% compared to custom integrations.
Case Study in Depth
What does AetherMesh actually track?
The physical layer is deliberately unglamorous: asset tags and beacons attached to equipment, reporting through gateway devices installed around each site. The tags themselves stay cheap and dumb — identity, position signal, and whatever sensor payload the asset class carries — while the gateways do the real work of collecting readings and publishing them into the platform over MQTT. That split is what kept the client free of proprietary hardware lock-in: tags can be swapped or upgraded per asset class without touching the platform, and a new site comes online by installing gateways, not by re-engineering the backend.
At deployment scale that means over 1,000 tagged assets across more than five sites, every one of them visible on a live dashboard with sub-second latency from signal to screen. The operational question AetherMesh answers is the oldest one in facilities management — where is the thing, and is it okay? — but answered continuously, for every asset at once, across every site in the tenant.
How does the meshed architecture work?
Device traffic flows through a fully meshed gateway network into an MQTT broker, and from there into a reactive Java / Spring Boot backend. Reactive matters here: telemetry from a thousand-plus assets arrives as a continuous, bursty stream, and a thread-per-request architecture would spend most of its life blocked. The reactive pipeline ingests, validates, and persists readings through Hibernate while pushing live updates out to the React dashboard — which is how the platform holds its sub-second end-to-end latency without heroic infrastructure.
Multi-tenancy was designed in from the first schema, not retrofitted: every tenant's assets, sites, users, and telemetry live behind strict isolation, because the platform was always intended to serve multiple client organizations from one deployment. The practical test of a multi-tenant IoT platform is boring on purpose — one tenant's misbehaving gateway or telemetry burst must be invisible to every other tenant — and passing that test shaped the ingestion, persistence, and query layers more than any dashboard feature did.
Why did the SDK matter as much as the platform?
Enterprise asset data is only useful if it reaches the systems where decisions happen — maintenance planning, ERP, site operations tooling. Instead of building each of those integrations bespoke, AetherMesh ships a published REST API and SDK, turning integration from a services engagement into a documented developer task. The two-to-three third-party middleware teams that have built on it completed their integrations in days instead of the weeks a custom integration would have taken — the ~70% onboarding reduction in the numbers above — and did it largely without me in the loop, which is the real test of an SDK.
That choice also changed what the platform is: a system with a published integration surface isn't an internal tool, it's infrastructure other teams can plan around. For a multi-tenant SaaS, that's the difference between selling seats on a dashboard and selling a capability the client's whole software estate can consume.
The pattern that carries across engagements
Tags and gateways in, MQTT through the middle, a reactive Spring Boot core, live dashboards out, and a documented API at the edge — the same sensor-to-screen architecture behind AetherMesh is what I bring to any asset-tracking, monitoring, or telemetry platform, sized to the fleet at hand.
Client feedback on this project
WF$162 USDWilliam F.
Freelancer.com · 2 years ago
“Zammer exemplifies focus and consistently delivers on time, inspiring confidence and collaboration. I will certainly seek his partnership again!”
Related Projects
Like what you see? Let's build something together.
Send Project Brief →

