self.currentPacketId = (self.currentPacketId + 1) & 0xffffffff TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

Hi,
You can install the python client as described here


The basic steps are
$ pip3 install --upgrade meshtastic
$ meshtastic --help
$ meshtastic --seriallog stdout

This works on Linux. I would assume the same goes for unix.

3 Likes