[console_scripts]
llmesh = llmesh.__main__:main

[llmesh.adapters]
bacnet = llmesh.industrial.bacnet_adapter:BACnetAdapter
can = llmesh.industrial.can_adapter:CANAdapter
ethercat = llmesh.industrial.ethercat_adapter:EtherCATAdapter
ftp = llmesh.protocol.ftp_adapter:FTPAdapter
http = llmesh.protocol.http_adapter:HTTPAdapter
imap = llmesh.protocol.imap_adapter:IMAPAdapter
localfile = llmesh.protocol.local_file_adapter:LocalFileAdapter
modbus = llmesh.industrial.modbus_adapter:ModbusAdapter
mqtt = llmesh.industrial.mqtt_adapter:MQTTAdapter
opcua = llmesh.industrial.opcua_adapter:OPCUAAdapter
pop3 = llmesh.protocol.pop3_adapter:POP3Adapter
ros1 = llmesh.protocol.ros1_adapter:ROS1Adapter
ros2 = llmesh.protocol.ros2_adapter:ROS2Adapter
serial = llmesh.industrial.serial_adapter:SerialAdapter
sftp = llmesh.protocol.sftp_adapter:SFTPAdapter
smtp = llmesh.protocol.smtp_adapter:SMTPAdapter
snmp = llmesh.protocol.snmp_adapter:SNMPAdapter
ssh = llmesh.protocol.ssh_adapter:SSHAdapter
tcp = llmesh.protocol.tcp_adapter:TCPAdapter
tcp_stream = llmesh.protocol.tcp_stream_adapter:TCPStreamAdapter
udp = llmesh.protocol.udp_adapter:UDPAdapter
