├── IO_decoder.py ├── LICENSE ├── README.md ├── __pycache__ ├── IO_decoder.cpython-36.pyc ├── IO_decoder.cpython-38.pyc ├── apiControl.cpython-36.pyc ├── apiControl.cpython-38.pyc ├── avlDecoder.cpython-36.pyc ├── avlDecoder.cpython-38.pyc ├── avlMatcher.cpython-36.pyc └── avlMatcher.cpython-38.pyc ├── apiControl.py ├── avlDecoder.py ├── avlIds.json ├── avlMatcher.py ├── main.py ├── msgEncoder.py └── raw.txt /IO_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/IO_decoder.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/IO_decoder.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/IO_decoder.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/IO_decoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/IO_decoder.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/apiControl.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/apiControl.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/apiControl.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/apiControl.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/avlDecoder.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/avlDecoder.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/avlDecoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/avlDecoder.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/avlMatcher.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/avlMatcher.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/avlMatcher.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/__pycache__/avlMatcher.cpython-38.pyc -------------------------------------------------------------------------------- /apiControl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/apiControl.py -------------------------------------------------------------------------------- /avlDecoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/avlDecoder.py -------------------------------------------------------------------------------- /avlIds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/avlIds.json -------------------------------------------------------------------------------- /avlMatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/avlMatcher.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/main.py -------------------------------------------------------------------------------- /msgEncoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/msgEncoder.py -------------------------------------------------------------------------------- /raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karticr/Teltonika_FMBXXX_TCP_Server/HEAD/raw.txt --------------------------------------------------------------------------------