Today I haven't really done much but I do want to work on the chatting system a little better for HomeNet. I've also been fixing a handful of compilation issues with the project as I haven't started compiling the code until recently. ESP-IDF isn't too much of a pain compared to other things I've worked with.
Link: github.com/dj1ch/HomeNet
Today I just realized my websites are broken. The builds were successful on both vercel and github pages, but at this point I'm considering another hosting option because it seems like either way it cannot find the build files. Because of my implementation of a backend API it seems like the site just cannot be used statically. I hope to get it done by today.
Took a quick break from the HomeNet project I am building and started focusing on fixing my portfolio site. I cleaned up a lot of stuff on the site, added icons, new parts of the site, etc. Just recently implemented a communication system which allows me to see messages sent from people to me. It still needs some work. Today and tomorrow I'll probably be looking into adding my work experience + education info.
Site: dj1ch.vercel.app
Working on an ad-hoc mesh network implementation with OpenThread and an ESP32C6 (and possibly any other ESP32 supporting the IEEE 802.15.4 standard). At the moment I have roughly 10 hours in with about 5k~6k lines of code (written in embedded C) and I have created a handful of basic commands, but its functionality is not ready to be shipped with high seas. Today I'm tidying up some code and working on the actual "chatting" with clients in this (P2P kinda) network.
Link: github.com/dj1ch/HomeNet