JosdorOS
- 4 Devlogs
- 30 Total hours
A router operating system based on Debian
A router operating system based on Debian
Progress on this project is improving. During development, I faced several issues with the operating system setup, so I completely revised the installation section. It was previously just a live image; now I have built an installation ISO with a process for hard drive installation. The installation functions for now, and I am still integrating the full sequence with the backend. Once everything works smoothly, I expect we will be ready for shipping ;)
Currently working on Vlans support for the router. For the moment nothing is working but it’s getting better. I would have preferred to do this develop later but I’m obliged to do it now as I’m already at 10 hours of working for this part.
I’ve also implemented a firewall using notables
We can now use JosdorOS as an operating system
-> ISO file avaible on Github
-> Based on Debian Live ISO
-> DHCP custom config
->minor Improvements
JosdorOS backend can now handle basic routing tasks
Current features:
→ API endpoints to monitor backend health and configuration
→ Router network configuration through a POST request to /api/setup
→ WAN access for routed devices
→ Built-in DHCP server
→ Basic firewall configuration
Still a lot to build, but the networking foundation is now working!