dhcp.go 176 B

123456789
  1. package ganserv
  2. /*
  3. DHCP.go
  4. This script is use to emulate the use of DHCP of a
  5. GAN network that assign local IP address to the connected
  6. nodes via GET request
  7. */