Hi mctouch, Sorry, there was a typo in the example, LoRaWAN sockets are also created with: s = socket.socket(socket.AF_LORA, socket.SOCK_RAW) The example in the docs should be correct now. Cheers, Daniel