.gitignore
LICENSE
README.md
generate_deb_package.sh
make_packages.sh
setup.cfg
setup.py
thingsboard-gateway.spec
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/help_wanted.md
docker/Dockerfile
for_build/DEBIAN/postinst
for_build/DEBIAN/preinst
for_build/DEBIAN/pydist-overrides
for_build/etc/systemd/system/thingsboard-gateway.service
for_build/etc/thingsboard-gateway/config/ble.json
for_build/etc/thingsboard-gateway/config/can.json
for_build/etc/thingsboard-gateway/config/custom_serial.json
for_build/etc/thingsboard-gateway/config/logs.conf
for_build/etc/thingsboard-gateway/config/modbus.json
for_build/etc/thingsboard-gateway/config/modbus_serial.json
for_build/etc/thingsboard-gateway/config/mqtt.json
for_build/etc/thingsboard-gateway/config/opcua.json
for_build/etc/thingsboard-gateway/config/request.json
for_build/etc/thingsboard-gateway/config/tb_gateway.yaml
for_build/etc/thingsboard-gateway/extensions/__init__.py
for_build/etc/thingsboard-gateway/extensions/ble/__init__.py
for_build/etc/thingsboard-gateway/extensions/can/__init__.py
for_build/etc/thingsboard-gateway/extensions/modbus/__init__.py
for_build/etc/thingsboard-gateway/extensions/mqtt/__init__.py
for_build/etc/thingsboard-gateway/extensions/mqtt/custom_mqtt_uplink_converter.py
for_build/etc/thingsboard-gateway/extensions/opcua/__init__.py
for_build/etc/thingsboard-gateway/extensions/request/__init__.py
for_build/etc/thingsboard-gateway/extensions/request/custom_request_uplink_converter.py
for_build/etc/thingsboard-gateway/extensions/serial/__init__.py
for_build/etc/thingsboard-gateway/extensions/serial/custom_serial_connector.py
for_build/etc/thingsboard-gateway/extensions/serial/custom_serial_converter.py
for_build/var/log/thingsboard-gateway/connector.log
for_build/var/log/thingsboard-gateway/converter.log
for_build/var/log/thingsboard-gateway/extension.log
for_build/var/log/thingsboard-gateway/service.log
for_build/var/log/thingsboard-gateway/storage.log
for_build/var/log/thingsboard-gateway/tb_connection.log
thingsboard_gateway/__init__.py
thingsboard_gateway/tb_gateway.py
thingsboard_gateway/tests.py
thingsboard_gateway.egg-info/PKG-INFO
thingsboard_gateway.egg-info/SOURCES.txt
thingsboard_gateway.egg-info/dependency_links.txt
thingsboard_gateway.egg-info/entry_points.txt
thingsboard_gateway.egg-info/requires.txt
thingsboard_gateway.egg-info/top_level.txt
thingsboard_gateway/config/bacnet.json
thingsboard_gateway/config/ble.json
thingsboard_gateway/config/can.json
thingsboard_gateway/config/custom_serial.json
thingsboard_gateway/config/logs.conf
thingsboard_gateway/config/modbus.json
thingsboard_gateway/config/modbus_serial.json
thingsboard_gateway/config/mqtt.json
thingsboard_gateway/config/opcua.json
thingsboard_gateway/config/request.json
thingsboard_gateway/config/rest.json
thingsboard_gateway/config/tb_gateway.yaml
thingsboard_gateway/connectors/__init__.py
thingsboard_gateway/connectors/connector.py
thingsboard_gateway/connectors/converter.py
thingsboard_gateway/connectors/bacnet/__init__.py
thingsboard_gateway/connectors/bacnet/bacnet_connector.py
thingsboard_gateway/connectors/bacnet/bacnet_converter.py
thingsboard_gateway/connectors/bacnet/bacnet_downlink_converter.py
thingsboard_gateway/connectors/bacnet/bacnet_uplink_converter.py
thingsboard_gateway/connectors/bacnet/bacnet_utilities/__init__.py
thingsboard_gateway/connectors/bacnet/bacnet_utilities/tb_gateway_bacnet_application.py
thingsboard_gateway/connectors/bacnet/bacnet_utilities/tb_gateway_bacnet_device.py
thingsboard_gateway/connectors/ble/__init__.py
thingsboard_gateway/connectors/ble/ble_connector.py
thingsboard_gateway/connectors/ble/ble_uplink_converter.py
thingsboard_gateway/connectors/ble/bytes_ble_uplink_converter.py
thingsboard_gateway/connectors/can/__init__.py
thingsboard_gateway/connectors/can/bytes_can_downlink_converter.py
thingsboard_gateway/connectors/can/bytes_can_uplink_converter.py
thingsboard_gateway/connectors/can/can_connector.py
thingsboard_gateway/connectors/can/can_converter.py
thingsboard_gateway/connectors/modbus/__init__.py
thingsboard_gateway/connectors/modbus/bytes_modbus_downlink_converter.py
thingsboard_gateway/connectors/modbus/bytes_modbus_uplink_converter.py
thingsboard_gateway/connectors/modbus/modbus_connector.py
thingsboard_gateway/connectors/modbus/modbus_converter.py
thingsboard_gateway/connectors/mqtt/__init__.py
thingsboard_gateway/connectors/mqtt/json_mqtt_uplink_converter.py
thingsboard_gateway/connectors/mqtt/mqtt_connector.py
thingsboard_gateway/connectors/mqtt/mqtt_uplink_converter.py
thingsboard_gateway/connectors/opcua/__init__.py
thingsboard_gateway/connectors/opcua/opcua_connector.py
thingsboard_gateway/connectors/opcua/opcua_converter.py
thingsboard_gateway/connectors/opcua/opcua_uplink_converter.py
thingsboard_gateway/connectors/request/__init__.py
thingsboard_gateway/connectors/request/json_request_downlink_converter.py
thingsboard_gateway/connectors/request/json_request_uplink_converter.py
thingsboard_gateway/connectors/request/request_connector.py
thingsboard_gateway/connectors/request/request_converter.py
thingsboard_gateway/connectors/request/request_uplink_converter.py
thingsboard_gateway/extensions/__init__.py
thingsboard_gateway/extensions/bacnet/__init__.py
thingsboard_gateway/extensions/ble/__init__.py
thingsboard_gateway/extensions/can/__init__.py
thingsboard_gateway/extensions/modbus/__init__.py
thingsboard_gateway/extensions/mqtt/__init__.py
thingsboard_gateway/extensions/mqtt/custom_mqtt_uplink_converter.py
thingsboard_gateway/extensions/opcua/__init__.py
thingsboard_gateway/extensions/request/__init__.py
thingsboard_gateway/extensions/request/custom_request_uplink_converter.py
thingsboard_gateway/extensions/serial/__init__.py
thingsboard_gateway/extensions/serial/custom_serial_connector.py
thingsboard_gateway/extensions/serial/custom_serial_converter.py
thingsboard_gateway/gateway/__init__.py
thingsboard_gateway/gateway/tb_client.py
thingsboard_gateway/gateway/tb_gateway_remote_configurator.py
thingsboard_gateway/gateway/tb_gateway_service.py
thingsboard_gateway/gateway/tb_logger.py
thingsboard_gateway/storage/__init__.py
thingsboard_gateway/storage/event_storage.py
thingsboard_gateway/storage/event_storage_files.py
thingsboard_gateway/storage/event_storage_reader.py
thingsboard_gateway/storage/event_storage_reader_pointer.py
thingsboard_gateway/storage/event_storage_writer.py
thingsboard_gateway/storage/file_event_storage.py
thingsboard_gateway/storage/file_event_storage_settings.py
thingsboard_gateway/storage/memory_event_storage.py
thingsboard_gateway/tb_client/__init__.py
thingsboard_gateway/tb_client/tb_device_mqtt.py
thingsboard_gateway/tb_client/tb_gateway_mqtt.py
thingsboard_gateway/tb_utility/__init__.py
thingsboard_gateway/tb_utility/tb_utility.py