According to rfc 1928, page 5: "the first octet of the address field contains the number of octets of name that follow" So it should be : (line 257) in microWebCli.py `l = b[4]` not `l = b[3]`
According to rfc 1928, page 5:
"the first octet of the address field contains the number of octets of name that follow"
So it should be : (line 257) in microWebCli.py
l = b[4]not
l = b[3]