[Solved] How to send a fake udp package in golang

At the end I managed to make works this check to send in periods of 10 minuts an upd package with an mac address I know is gonna never be reached as following. func (h *DHCPHandler) check() { //Fetch parameters from config file config := getConfig() // here is a mac saved on a json … Read more