# protocol-tutorials **Repository Path**: x15000926787/protocol-tutorials ## Basic Information - **Project Name**: protocol-tutorials - **Description**: Java版本的各种协议教程 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-09-14 - **Last Updated**: 2024-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### This is a bacnet protocol implement by java #### Base on BACnet4j-5.0.2 from https://github.com/MangoAutomation/BACnet4J ### Updated * Add find device by whoIs low limit and high limit in RemoteDeviceDiscoverer.java. * Solve trendLog and trendLogMultiple bug when terminate. * Solve schedule object bug which is when time is reached not work. * Solve create request bug when create request without parameters. * Add eventEnrollment object dynamic creation (not test, developing) * Add trendlog, trendlogMultiple, eventlog custom buffer interface * Fix schedule exception bug, when the time reached is not execute * Fix eventEnrollment multi thread problem * Fix trendlog cov sub multi times ### BACnet Simulator #### 寻求有志之士来完善这个项目 * 使用swing来实现一个简易版本的BACnet模拟器 * 目前刚支持AI,AO,AV的创建 * 现在支持了AI,AO,AV,BI,BO,BV,MSI,MSO,MSV的创建,创建过程很随机,主要是对swing还在学习中。 * 支持了创建和删除,支持了随机数生成