Python API setup issues

re: messages sometimes don’t arrive
I think you’ll be happier if you change to:

interface.sendText("hello mesh "+str(i), wantAck=True)

(That requests reliable datagram send. Though perhaps I should change that to be the default?)

re:
ERROR:root:Node not found for fromId
Hmm - I’m trying to think of why this could occur. When the client starts it asks the node for its node db. Is it possible you woke the node only after connecting it to the computer? If that’s the case, I think there is a device improvement we should make: