Recent Posts

Cookie Cutting - Go project initialisation

1 minute read

Recently I seem to be spending an inordinate amount of time setting up project infrastructure for Go based projects. Looking at options around how I could t...

USB Bootable CentOS with custom Kickstart

less than 1 minute read

Re-imaging servers for testing purposes is a laborious activity. Anything that can speed this up is a godsend. In a networked environment using a tftp and ...

Micro ONOS

less than 1 minute read

µONOS is a code-name for the next generation architecture of ONOS - an open-source SDN control and configuration platform. The µONOS architecture is:

Load testing NETCONF servers

1 minute read

Gotling is a great HTTP Load test tool. Nothing exists for doing something similar over NETCONF. nc-hammer is a tool that can be used to generate load agai...

net/netconf - Golang NETCONF Library

less than 1 minute read

Mature NETCONF client libraries exist for Python. For Go, the primary library is hosted at https://github.com/Juniper/go-netconf. Although hosted under the...