create mipd - a MIP daemon for handling network requests
- mipd starts up with a UNIX socket address clients can connect to - done
- MIP-ARP - done
- Update ARP-cache regularly - done
- Drop the packet when a packet arrives and no application is connected on domain socket - done
Utility libraries for handy data structures etc.
Linked list and Queue implementations where copied from https://github.com/zedshaw/liblcthw/tree/master/src/lcthw under the following license: https://github.com/zedshaw/liblcthw/blob/master/LICENSE
Bstring library where copied from: http://bstring.sourceforge.net/