eellak / epidose

Privacy-preserving epidemic dosimeter based on DP-3T contact tracing
Apache License 2.0
52 stars 6 forks source link

Add cuckoo distribution server configs #85

Closed stefanos1316 closed 3 years ago

stefanos1316 commented 3 years ago

With these settings, an additional virtual interface is created where nodes can connect and get an IP address and eventually request the cuckoo filter. Here is the ifconfig output:

uap0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.50.1  netmask 255.255.255.0  broadcast 192.168.50.255
        inet6 fe80::ba27:ebff:feda:3e4b  prefixlen 64  scopeid 0x20<link>
        ether b8:27:eb:da:3e:4b  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 34  bytes 5156 (5.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.106  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::cf23:e4e9:c0e6:697e  prefixlen 64  scopeid 0x20<link>
        ether b8:27:eb:da:3e:4b  txqueuelen 1000  (Ethernet)
        RX packets 91  bytes 13933 (13.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 108  bytes 19186 (18.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
stefanos1316 commented 3 years ago

There might be some issues with that. Closing to revise.