├── GAMES.md ├── LICENSE ├── Makefile ├── README.md ├── interfaces ├── ports ├── sdh-proxy.c ├── sdh-proxy.h ├── timer.c ├── timer.h └── uthash ├── LICENSE ├── README.md ├── utarray.h ├── uthash.h ├── utlist.h └── utstring.h /GAMES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/GAMES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/README.md -------------------------------------------------------------------------------- /interfaces: -------------------------------------------------------------------------------- 1 | eth0 2 | eth1 3 | -------------------------------------------------------------------------------- /ports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/ports -------------------------------------------------------------------------------- /sdh-proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/sdh-proxy.c -------------------------------------------------------------------------------- /sdh-proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/sdh-proxy.h -------------------------------------------------------------------------------- /timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/timer.c -------------------------------------------------------------------------------- /timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/timer.h -------------------------------------------------------------------------------- /uthash/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/uthash/LICENSE -------------------------------------------------------------------------------- /uthash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/uthash/README.md -------------------------------------------------------------------------------- /uthash/utarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/uthash/utarray.h -------------------------------------------------------------------------------- /uthash/uthash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/uthash/uthash.h -------------------------------------------------------------------------------- /uthash/utlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/uthash/utlist.h -------------------------------------------------------------------------------- /uthash/utstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSourceLAN/service-discovery-helper/HEAD/uthash/utstring.h --------------------------------------------------------------------------------