Projects

Python Network Monitor

I’ve developed a Python-based network monitoring tool to help me keep track of the status and performance of devices on my network. At its core, the tool is built to be efficient, scalable, and user-friendly. It utilizes asyncio for efficient asynchronous network operations, tkinter for the graphical user interface (GUI), and subprocess to execute ping commands. These libraries work together seamlessly to provide real-time monitoring without blocking the main thread, ensuring the application remains responsive even when handling multiple devices.

The asyncio library is the backbone of the tool, allowing me to perform network operations like pinging devices and resolving hostnames asynchronously. This means I can monitor multiple devices simultaneously without waiting for one operation to complete before starting the next. For example, the ping_device method uses asyncio.create_subprocess_exec to run ping commands in a non-blocking way, while the resolve_hostname method leverages asyncio to resolve hostnames to IP addresses efficiently.

The tkinter library powers the GUI, providing a clean and intuitive interface for interacting with the tool. I’ve designed the interface to include sections for adding devices (by IP or hostname), setting refresh intervals, and managing custom notes for each device. The Treeview widget is used to display device status, notes, and ping statistics in a sortable table, with color-coded rows to quickly identify online (green) and offline (red) devices. The GUI also includes buttons for starting, stopping, and exporting monitoring logs, making it easy to control the tool and analyze results.

To execute ping commands, I rely on the subprocess library, which allows me to run system-level commands like ping from within the Python script. The tool dynamically adjusts the ping command based on the operating system (Windows or Unix), ensuring compatibility across platforms. For example, on Windows, the command uses -n for the number of packets and -w for the timeout, while on Unix-based systems, it uses -c and -W respectively. The output of the ping command is then parsed using regular expressions to extract key statistics like packet loss and average response time.

Here’s a quick breakdown of how these components work together:


Overall, this tool has become an essential part of my network management workflow. It’s modular, scalable, and packed with features that make monitoring network devices a breeze. Whether I’m diagnosing connectivity issues or just keeping an eye on network performance, this tool has everything I need to stay on top of things.

Adafruit MacroPad RP2040

https://www.adafruit.com/product/5128
This macropad was a very impulsive buy. I was attracted to the aesthetics far before the actual functionality. Even if I didn't get much use out of it, I thought that it's "gadget-like" form would still suffice as a good party trick.

It is compact and customizable, which allows users to create their own custom keyboard shortcuts for various applications. The controller is built around the Raspberry Pi RP2040 microcontroller and features 3x3 keys that can be programmed to perform any desired function.

To program this little beast, you can use any IDE. If you want see it's live functionality without unplugging the device every time to test, you would want to use CircuitPython. You can theoretically program this device using any language, although Python is friendliest the a new user. If you would like to use another language, I would recommend C++.

This gadget turned out to be much more than a piece of nerdy eye candy. I use it everyday for a shortcuts such as snippet, and "replying to all". I use the knob to turn to different profiles as my workflow changes. I test my scripting skills by creating new profiles as I see necessary. Overall I would recommend this to anyone looking to dive into DIY macropads or they just want a cool desk accessory!

Just be ready for some small "script kiddie" like work.

Opening Columbus Ave BellStores w/ CampBell Oil IT

I am thrilled to share that we have successfully installed a range of cutting-edge equipment at our new Bellstores gas station in North East Ohio!

Let me give you a glimpse into the exceptional technology that powers our operations:

To ensure the utmost security for our customers and their data we have implemented a robust firewall system, safeguarding against cyber threats and providing a secure environment.

Switches, routers, access points, & patch cables ensure smooth communication and seamless data transfer. These networking components, along with premium-quality patch cables, create a reliable and efficient network infrastructure.

As part of our commitment to sustainability and supporting the growth of electric vehicles, we have installed two ChargePoint Level 3 car charging stations.

We understand that uninterrupted operations are crucial. To address this, we have invested in a reliable power supply system, ensuring continuous power availability to support all our equipment and services.

At Bellstores, we strive to deliver exceptional service to our valued customers in NorthEast Ohio. The installation of this equipment ensures that we can offer a seamless, secure, and efficient experience at our new gas station 

Configuring and Deploying 80 iPads for Service Channel Integration

When Boss swung by my desk and mentioned 80 iPads I just laughed and said "No problem". My attitude towards these types of simple tasks are usually full of optimism and confidence. To say I was wrong would be an understatement.

In the c-store gas station world, things change much more often than you would think. Service Channel is a ticketing/software system that runs on these iPads as an application. In order to get them deployed, we start with the Inventorying. Inventorying includes recording serial and model numbers, including IMEI and phone numbers. These devices were equipped with 5G data. Next comes loading software.

While setting up an iPad, it asks if the device is remotely managed, which it is. Then it proceeds to activate its cellular carrier data connection. What I didn't anticipate was about 40 of these devices fail to start, therefore resulting in me having to change the sim card and enter that information manually.

Overall,  this project was full of curveballs but very satisfying in the long run. It seems to be the bigger the number of hosts you are dealing with, the higher the pressure. And I enjoy pressure.

Using a Retired Dell Optiplex 5060 as a Home Server

DHCP Server
Active Directory Users and Computers
Omada Controller

Spring 2024 Network Upgrade

Over the weekend, I transformed my home WiFi setup into a fully functional "home lab." For this project I opted to use a TP-Link firewall paired with an Omada (VM) controller hosted on my make-shift server, ensuring continuous operation as it hosts numerous services throughout my lab.


I got my hands on an older JetStream-managed POE switch for a great price. This switch powers my cameras and access points, as well as provides a wired connection to other clients such as my computers or printer. To extend coverage, I strategically positioned two access points—one on each floor of my duplex, providing a seamless signal spread over approximately 2600 sqft both indoor and outdoor.


Coming from a Google router, I never could configure VLANs and subnet my network out. With the new router, I've established VLANs for distinct device categories, including printers, IoT gadgets, gaming devices, computers, and guest networks. This network segmentation ensures optimal performance and security for each device type. Overall, I enjoyed the challenge and look forward to future installs. 

Winter 2024 Network Upgrade

Homelab Rack Install (under construction)


Migrating Local File Networked Brightsigns to Cloud CMS Wallboard

(under construction)


OwenBraholli System Admin Network Assignment.pdf

Network Design with 5 Sites

Objective: Document a design for a 5-location local area network (LAN) and wide area network (WAN) deployment. The inclusion of diagrams is encouraged. The company currently only has one location. However, it is expanding into four new regions that will include office space and require an expansion of the network to these new locations. The LAN you design should support servers, workstations and printers at all locations. All employees are assigned a laptop to use at their desk in the office, or at their home office. Employees will need to have a mechanism to securely connect to the company’s network. This network design should include redundancy, and remote access.

This project was completed in October of 2024.