Diggensag

Results 5 comments of Diggensag

1. via local link multicast IPv6 ``` def runMulticastListener(interfaceV6, nodelogger): multicastaddress = "ff02::1" + "%" + interfaceV6 hadd = socket.getaddrinfo(multicastaddress, 8080, socket.AF_INET6, socket.SOCK_DGRAM) haddr = socket.getaddrinfo(multicastaddress, 8080, socket.AF_INET6, socket.SOCK_DGRAM)[0][-1] #...

It`s a small 7 node setup (6 non movable stations + 1 station used as "car"), every node is in a adhoc-network. I am using wmediumd with interference and logDistance...

Sorry for the late reply, it was 3 AM this morning and the wifi was stuck, now finally online again after some hours of sleep. I can give you a...

In temper_type.c I modified: _snip_ .get_subtype_data = &(struct tempered_type_hid_subtype_from_string_data) { .query = { .length = 9, .data = (unsigned char[]){ 0, 1, 0x86, 0xFF, 1, 0, 0, 0, 0 }...

I created a repository under https://github.com/Diggensag/TEMPered ... hope i didn´t forget something (i am not firm to git yet).