2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Nov 02, 2024 — Nov 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing Makefile build for bip6 with win32 MinGW and in github workflows. (#1125)
stevekarg
as Steve Karg
More... 2 days ago
Clause 21, enumerations for BACnetNetworkPortCommand conflict with final assigned values in multiple addenda. (#1124)
stevekarg
as Steve Karg
More... 3 days ago
Added object list init into create function in cases where create is called before init. (#1122)
stevekarg
as Steve Karg
More... 4 days ago
Fixed octetstring_copy_value() and added unit tests. (#1121)
stevekarg
as Steve Karg
More... 4 days ago
The NDPU priority is now passed through the stack via apdu.c or h_apdu.c module so the MS/TP compare DER function can include the value in the comparison. (#1119)
stevekarg
as Steve Karg
More... 17 days ago
Added more unit testing for ReadProperty to increase code coverage. (#1118)
stevekarg
as Steve Karg
More... 18 days ago
Bump github/codeql-action from 3 to 4 (#1117) More... 25 days ago
Feature/add-device-object-functions-find-api (#1115)
stevekarg
as Steve Karg
More... about 1 month ago
Updated CHANGELOG after latest commits.
stevekarg
as Steve Karg
More... about 1 month ago
Added new enumerations, text, BACnetARRAY and BACnetList from protocol-revision 30 (#1114)
stevekarg
as Steve Karg
More... about 1 month ago
Refactored CharacterString_Value_Out_Of_Service_Set() function to remove confusion about an assignment inside an if-statement. (#1113)
stevekarg
as Steve Karg
More... about 1 month ago
Added a context variable in basic object data structure and API to get or set the context pointer. (#1111)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed basic program object internal datatype for reason-for-fault and change properties. (#1110)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed compile errors in basic/server/device when BACAPP_TIMESTAMP or Channel object are not enabled. (#1109)
stevekarg
as Steve Karg
More... about 1 month ago
Updated CHANGELOG after latest commits.
stevekarg
as Steve Karg
More... about 1 month ago
Added uBASIC+BACnet README document to describe the programming language, porting, and integration. (#1108)
stevekarg
as Steve Karg
More... about 1 month ago
Bugfix/using-uint16-for-units-property-storage (#1107)
stevekarg
as Steve Karg
More... about 1 month ago
Converted device object test to use common read-write property test. Extended the basic BACnet device object example API. (#1106)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed MS/TP state WAIT_FOR_REPLY to allow reception of any frames that are not known to be not reply frames. (#1103)
stevekarg
as Steve Karg
More... about 1 month ago
Test/expanded-object-property-write-coverage (#1102)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed Lighting Output object STOP lighting command so that it sets the present-value. (#1101)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed the lighting command RAMP TO ramp rate to always clamp within 0.1 and 100.0 to avoid endless rate of 0.0. (#1100)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed Lighting Output Step Up/On and Down/Off mixup. (#1099)
stevekarg
as Steve Karg
More... about 1 month ago
Fixed Lighting Output step operations to set the Priority_Array slot appropriately. (#1098)
stevekarg
as Steve Karg
More... about 1 month ago
Updated CHANGELOG after latest commits.
stevekarg
as Steve Karg
More... about 1 month ago
Fixed the lighting output objects current priority comparison during lighting commands by using priority 17 (relinquish default) instead of 0. (#1097)
stevekarg
as Steve Karg
More... about 1 month ago
Added API to output objects for priority-array property value inspection. (#1096)
stevekarg
as Steve Karg
More... about 2 months ago
Fixed CMake Error in libwebsocket: Compatibility with CMake < 3.5 has been removed from CMake (#1095)
stevekarg
as Steve Karg
More... about 2 months ago
Updated CHANGELOG from latest commits.
stevekarg
as Steve Karg
More... about 2 months ago
Fixed Lighting Output Relinquish values. (#1094)
stevekarg
as Steve Karg
More... about 2 months ago