# BACnet-tutorials **Repository Path**: witosmart/bacnet-tutorials ## Basic Information - **Project Name**: BACnet-tutorials - **Description**: Java实现的BACnet协议栈,基于BACnet4j做了改良 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2023-03-13 - **Last Updated**: 2023-03-13 ## 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