I have recently started going down the path of using Claude AI to develop tools that I have wanted for literally years. One of the first things I have needed on occasion is to be able to connect to the Unifi API’s and pull data. So begins the spiral into the abyss and the deep…
AI is quickly becoming ingrained in the culture of information technology. Like many of you, I started out using it like an advanced Google, and to be fair it’s great for that. It keeps me from having to go to hundreds of sites, distilling down the information I see, trying a few of the commands…
In Meshtastic there are two main variants of the hardware that are used NRF and ESP32 based devices. Each have their own pluses and minuses. The most common devices such as RAK, Seeed Studios etc.. are NRF. The reason they are popular is that they are very low power, which means with the proper power…
Meshtastic can be used as a simple Mesh between devices but it also can be used for tracking devices through a Grafana Dashboard. The trick is that Grafana doesn’t work with MQTT very well. This can cause an issue for a number of reasons, the first is that MQTT is not designed for long term…
Meshtastic is a great way to send messages without the need of traditional IP connectivity and can be used in its default mode of sending message to LongFast or other builtin in channels using a public encryption key out of the box. Where this breaks down is that anything you send to your primary channel,…
Meshtastic is an interesting way to communicate across distances without the need of Wi-Fi or Cellular services. It is fairly localized communication that can span miles if you have line of sight to your transmitters. If they are closer to the ground your distance will suffer, if you put it up in a tree you…
My primary scripting language is PowerShell. While I’m comfortable writing scripts from scratch, it can be time-consuming to take an idea all the way to a production-ready tool. Recently, I came across Warp IDE an AI powered editor and decided to give it a try to see how far I could push it, and how…
Microsoft has a tool called pktmon that give you a stripped-down version of NPCAP that can be used to get Packet Captures from Windows machines without having to install a third-party piece of software. It’s not horrible to configure from the command line and you can go that route if you wish but for most…
LLDP does one thing very well, it will tell you the port on a switch that device is connected to and some information around the switch configuration. Where this comes in handy is if you need to move a port to another VLAN or be able to trace a cable during switch upgrades etc… I…
This has been tested on the new Dishy Cable in 2025 I was doing some testing on the new Dishy Cable at my house, once testing was done, I was left with a Starlink cable that sent for testing and since I didn’t feel like fishing it back through conduit for reuse I decided to…