SierraWireless / octave-orp

Octave Resource Protocol
MIT License
1 stars 4 forks source link

"orp_protocol is not defined" error in Python3 #5

Closed Zumtak closed 3 years ago

Zumtak commented 3 years ago

Hi,

I recently use the python library and I discover a bug concerning the library import. When you use Python3 there is a mistake on the library import line 66 of orp_test.py. This causes an error in the code when a frame is received.

You can solve this by adding as orp_protocol at the end of the line.

I will open a pull request soon to fix this quickly.