Decentralized Networking Sandbox
Building mesh-network system where multiple Python processes exchange regular messages over UDP without a central server, to deepen my knowledge of networking and network protocol.
Building mesh-network system where multiple Python processes exchange regular messages over UDP without a central server, to deepen my knowledge of networking and network protocol.
Simple theromstat on the Photon 2: read sensor data, published to the cloud, and a local webpage, and update LED state based on user selection.
Developing the firmware and wiring for a lockbox controlled by push-button sequence; implementing input handling, pattern storage/comparison logic, and lock servo control on Photon 2.
Built a command-line blackjack game in C++ using object-oriented design; wrote classes for hands and deck, stored card values using arrays, and implemented simple algorithm for dealer strategy.
Designed and deployed my personal website using HTML and CSS; hosted using Github Pages.