Thanks!

Yes, on my desktop. Lol.

It's on a private GitHub repo currently. Once all the initial features are finished(hoping this week!), and most of the critical bugs are done, I will switch it to public.

It's a python backend on client and server. Server is currently terminal only(just logging). Server is designed to be run headless. Put in your settings and run it 24/7.

The client/frontend side is flask based and the frontend is Svelte and I chose to use flowbite as the UI/component library.

The front and backend is pretty basic. The networking, crc, packets, radio system is much more complicated. But with some guidance, most decent python and even JavaScript devs should be able to read through it and I hope help in any way they can on new features, improvements, and most importantly, bugs and optimizations.

Reply to this note

Please Login to reply.

Discussion

Sounds fantastic. Execution looks good from the video. Release it now to take advantage of the hype over your post above! Building in the open is way better than trying to engineer a launch.

Hahaha. I don't disagree, but if it was released now, I wouldn't yet have any function. Perhaps I will tease more each day as completion happens. 😂

I'll add as well that this is my first actual piece of real doftware. I wrote a small ham radio logging app with gui a few years back, but that was like 2% of this project. So I am not exactly a pro.