Archives
A Golang program to dump serial data into CSV file
Posted on March 24, 2020 Leave a Comment
A unique situation in which I wanted to dump the memory of a program running on a microcontroller – the program can send data through serial port, but for it to make sense for the programmer it has to be dumped in a readable format. And another challenge was that the controller was programmable only […]
Golang on OpenWRT MIPS
Posted on February 16, 2020 Leave a Comment
I have been tracking Golang for quite a while since I came to know about it I guess about 3 years ago primarily because it is very easy to use and build static binaries that just work about anywhere. And no dealing with memory allocation stuff which often lead to frustrations and segmentation fault bugs […]
A WAN monitor running on Google AppEngine written in Go language
Posted on March 17, 2018 Leave a Comment

As I stated in my earlier post, I have two WAN connections and of course, there’s a need to monitor them. The monitoring logic is pretty simple, it will send me a message on Telegram every time there’s a state change – UP or DOWN. Initially this monitoring logic was built as OpenWrt hotplug script […]