Initial import master
authorFelix Fietkau <nbd@nbd.name>
Wed, 17 Jan 2024 18:34:29 +0000 (19:34 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 17 Jan 2024 18:36:10 +0000 (19:36 +0100)
commit238acb305b2d702753de5386e129bdd35fec1321
treef2fc7008220c9ef5aadbeb068ac2d4fc6f9c8792
Initial import

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: John Crispin <john@phrozen.org>
23 files changed:
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
data/android.json [new file with mode: 0644]
data/apple.json [new file with mode: 0644]
data/microsoft.json [new file with mode: 0644]
data/nest.json [new file with mode: 0644]
data/nintendo.json [new file with mode: 0644]
data/ring.json [new file with mode: 0644]
data/samsung.json [new file with mode: 0644]
data/sony.json [new file with mode: 0644]
files/etc/init.d/ufp [new file with mode: 0755]
files/usr/sbin/ufpd [new file with mode: 0755]
files/usr/share/ufp/plugin_dhcp.uc [new file with mode: 0644]
files/usr/share/ufp/plugin_mdns.uc [new file with mode: 0644]
files/usr/share/ufp/plugin_wifi.uc [new file with mode: 0644]
scripts/convert-devices.uc [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/README.md [new file with mode: 0644]
src/ucode.c [new file with mode: 0644]
src/uht.c [new file with mode: 0644]
src/uht.h [new file with mode: 0644]
src/xxhash32.c [new file with mode: 0644]
src/xxhash32.h [new file with mode: 0644]