Activity for BACnet Protocol Stack

  • Silvano Bertoldo Silvano Bertoldo posted a comment on discussion Help

    Hello everybody. I am implemening BACnet protocol in one of our device using the BACnet stack of Steve Karg. My device has the Register Foreign Device function is now working correctly. My device can also be correctly added to the BBMD's Foreign Device Table (FDT). But I have the following 2 problems: if a broadcast who-is is sent in the subnet where the BBMD is located, my device does not respond with an I-AM. my device also does not respond to a distribute-broadcast-to-network who-is request in...

  • Steve Karg Steve Karg committed [3dd582] on Code

    Changed version to 1.5.0.rc4 for security fix tracking in branch.

  • Steve Karg Steve Karg committed [4f9e3c] on Code

    Update SECUIRTY for recent CVE published.

  • GitHub committed [c9f283] on Code

    Add BACnet reinitialized state names and parser (#1228)

  • Steve Karg Steve Karg committed [3c287c] on Code

    Updated SECURITY with recent CVE

  • Steve Karg Steve Karg committed [6b5695] on Code

    Updated version to 1.4.3.rc2 for security tracking in branch.

  • Steve Karg Steve Karg committed [b4089a] on Code

    Updated CHANGELOG for recent changes.

  • Steve Karg Steve Karg committed [f02589] on Code

    Fix stack buffer overflow in Schedule_Weekly_Schedule_Set (#1222)

  • Steve Karg Steve Karg committed [50f034] on Code

    WriteProperty decoding length underflow (#1231)

  • Steve Karg Steve Karg committed [74b03c] on Code

    Fixed conditional compilation of mstp.c and mstptext.c based on BACDL_MSTP option (#1229)

  • GitHub committed [4cc806] on Code

    WriteProperty decoding length underflow (#1231)

  • GitHub committed [050278] on Code

    Fixed conditional compilation of mstp.c and mstptext.c based on BACDL_MSTP option (#1229)

  • Steve Karg Steve Karg committed [efd144] on Code

    Add BACnet reinitialized state names and parser

  • GitHub committed [9330c4] on Code

    Remove BACFILE dependency in RAM file systems and add mock file object functions for testing (#1227)

  • Steve Karg Steve Karg committed [9f508c] on Code

    Refactor comments in Device_Write_Property_Local() for clarity and consistency

  • Steve Karg Steve Karg committed [c54378] on Code

    Sync service handler initialization in bacnet_basic_init() with apps/server when backup and restore, time master, and COV subscription features are enabled.

  • GitHub committed [572495] on Code

    Removed ifdef BACFILE where no longer needed. (#1225)

  • Steve Karg Steve Karg committed [cc432b] on Code

    Fixed debug printf compiler warning for float as double in Lighting_Output_Present_Value_Set() function.

  • Steve Karg Steve Karg committed [576cac] on Code

    Fixed compile warning in bacnet_strtof() from double fabs() to float FLT_MAX by using same pattern as Channel and Timer objects for float range validation.

  • Steve Karg Steve Karg committed [a4ba35] on Code

    Add writable properties test for CreateObject service when used as backup-restore file format.

  • Steve Karg Steve Karg committed [7e1398] on Code

    Updated CHANGELOG for recent changes.

  • Steve Karg Steve Karg committed [20ffb8] on Code

    Add conditional check for object creation in create_object_process

  • Steve Karg Steve Karg committed [8b2a40] on Code

    Fixed basic Load Control object example WritableProperties list.

  • Steve Karg Steve Karg committed [548acf] on Code

    Fix loop condition in server example app during object creation in Init_Service_Handlers.

  • Steve Karg Steve Karg committed [145d02] on Code

    Added BACnet file object restore using CreateObject handling after a backup for the STARTRESTORE state.

  • Steve Karg Steve Karg committed [45ed68] on Code

    Added bacfile_read_offset() API to read offsets into a file during a restore after a backup.

  • Steve Karg Steve Karg committed [0f325b] on Code

    Added CreateObject continue-on-error flag to be able to use for restoring a backup when object exists or object doesn't support dynamic creation.

  • Steve Karg Steve Karg committed [3cf407] on Code

    Merge remote-tracking branch 'origin/master' into feature/add-basic-event-enrollment-object-example

  • Steve Karg Steve Karg committed [fa4aa0] on Code

    Move file path checking into bacfile-posix.c module to avoid dependencies.

  • Steve Karg Steve Karg committed [2e9eba] on Code

    Fixed BACnet file object bugs.

  • Steve Karg Steve Karg committed [420c74] on Code

    Updated CHANGELOG for recent pull-request.

  • GitHub committed [741748] on Code

    Fix stack buffer overflow in Schedule_Weekly_Schedule_Set (#1222)

  • GitHub committed [1d1cf9] on Code

    Feature/create object initial value backup (#1223)

  • GitHub committed [94e79e] on Code

    Bugfix/example-app-uevent-event-parsing (#1221)

  • Steve Karg Steve Karg modified ticket #90

    Incorrect function while decoding/encoding of You-Are request

  • Steve Karg Steve Karg posted a comment on ticket #90

    Thank you for reporting the problem. Fixed the master branch in commit edff06.

  • GitHub committed [edff06] on Code

    Fix You-Are-Request encoding and decoding to use object-id instead of unsigned. (#1220)

  • GitHub committed [8cd1d8] on Code

    Add segmentation support functions (#1218)

  • Steve Karg Steve Karg committed [b45707] on Code

    Merge remote-tracking branch 'origin/master' into feature/bacnet-segementation-for-large-replies

  • Steve Karg Steve Karg committed [372b7a] on Code

    Merge remote-tracking branch 'origin/master' into feature/bacnet-segementation-for-large-replies

  • Steve Karg Steve Karg committed [d0703c] on Code

    [WIP] prototype of backup using create-object list-of-initial-values and writable properties.

  • GitHub committed [577ecf] on Code

    Added handling for abort and reject errors in Write Property service (#1216)

  • Steve Karg Steve Karg committed [b8720e] on Code

    Fix typo in comments for Write Property error handling

  • Steve Karg Steve Karg committed [0008ce] on Code

    Fixed header comment per reviewer suggestion.

  • Steve Karg Steve Karg committed [18949a] on Code

    Add handling for abort and reject errors in Write Property service

  • GitHub committed [592188] on Code

    Added end-of-blink callback for warn-off and warn-relinquish lighting commands (#1214)

  • GitHub committed [503472] on Code

    fix spelling of BACfile_Writable_Property_List (#1213)

  • Steve Karg Steve Karg committed [f60bea] on Code

    Merge remote-tracking branch 'origin/master' into bugfix/add-more-bibbs-to-bacepics

  • Anonymous created ticket #90

    Incorrect function while decoding/encoding of You-Are request

  • GitHub committed [20f402] on Code

    Fix lighting output commands for warn-off and warn-relinquish (#1212)

  • GitHub committed [b6d895] on Code

    Update BACnet protocol revision and enhance lighting output handling (#1211)

  • GitHub committed [2b59aa] on Code

    Add RGB pixel and brightness APIs, update Blinkt example (#1210)

  • Steve Karg Steve Karg committed [f00437] on Code

    Cleanup debug messages.

  • Steve Karg Steve Karg committed [44233d] on Code

    remove files not needed

  • Steve Karg Steve Karg committed [e21113] on Code

    Cleanup debug messages.

  • Steve Karg Steve Karg committed [e8386f] on Code

    Merge remote-tracking branch 'origin/master' into bugfix/add-more-bibbs-to-bacepics

  • GitHub committed [4924a5] on Code

    Add enumeration text lookup for BACnet types (#1209)

  • Steve Karg Steve Karg committed [108e94] on Code

    [WIP] Added unit test for bactext module for property states.

  • Steve Karg Steve Karg committed [257edd] on Code

    [WIP] Added unit test for bactext module.

  • Steve Karg Steve Karg committed [cb75c9] on Code

    [WIP] Added unit test for bactext module.

  • Steve Karg Steve Karg committed [2ad241] on Code

    Updated CHANGELOG for recent changes.

  • Steve Karg Steve Karg committed [d03c32] on Code

    Updated CHANGELOG for recent changes.

  • Steve Karg Steve Karg committed [0c8ffa] on Code

    Updated CHANGELOG for recent changes.

  • Steve Karg Steve Karg committed [b93985] on Code

    Added enumeration text lookup for BACnetAuthenticationStatus, BACnetAuthorizationMode, BACnetAccessCredentialDisable, BACnetAccessCredentialDisableReason, BACnetAccessUserType, BACnetAccessZoneOccupancyState, BACnetWriteStatus, BACnetIPMode, BACnetDoorValue, BACnetMaintenance, BACnetEscalatorFault, BACnetEscalatorMode, BACnetEscalatorOperationDirection, BACnetBackupState, BACnetSecurityLevel, BACnetLiftCarDirection, BACnetLiftCarDoorCommand, BACnetLiftCarDriveStatus, BACnetLiftCarMode, BACnet...

  • Steve Karg Steve Karg committed [30f771] on Code

    Added enumeration text lookup for BACnetAuthenticationStatus, BACnetAuthorizationMode, BACnetAccessCredentialDisable, BACnetAccessCredentialDisableReason, BACnetAccessUserType, BACnetAccessZoneOccupancyState, BACnetWriteStatus, BACnetIPMode, BACnetDoorValue, BACnetMaintenance, BACnetEscalatorFault, BACnetEscalatorMode, BACnetEscalatorOperationDirection, BACnetBackupState, BACnetSecurityLevel, BACnetLiftCarDirection, BACnetLiftCarDoorCommand, BACnetLiftCarDriveStatus, BACnetLiftCarMode, BACnet...

  • Steve Karg Steve Karg committed [ff3b49] on Code

    Added text for BACnetNodeRelationship, BACnetAction, BACnetFileAccessMethod, BACnetLockStatus, BACnetDoorAlarmState, BACnetDoorStatus, BACnetDoorSecuredStatus, and BACnetAccessEvent.

  • Steve Karg Steve Karg committed [9d8cc3] on Code

    Print the enumerated names of the property list with show-values option.

  • Steve Karg Steve Karg committed [24d963] on Code

    Merge remote-tracking branch 'origin/master' into bugfix/add-more-bibbs-to-bacepics

  • GitHub committed [81c425] on Code

    Enhance C89 compatibility by replacing strtof and strtold with strtod in conversion functions (#1207)

  • GitHub committed [1dead4] on Code

    Increase unit test coverage for device object (#1208)

  • GitHub committed [3a0878] on Code

    Add API for writable object property lists (#1206)

  • GitHub committed [c408cc] on Code

    Update Last_On_Value logic for Present_Value property (#1205)

  • GitHub committed [89cf25] on Code

    Added post-write notifications for channel, timer, and loop objects. (#1204)

  • GitHub committed [5802bd] on Code

    Fixed CreateObject service list-of-initial-values encoding and decoding. (#1199)

  • GitHub committed [21daea] on Code

    Added device WriteProperty callbacks for Timer object in example device objects implementations. (#1203)

  • GitHub committed [8aabe8] on Code

    Changed RGB color clamp function to avoid Zephyr RTOS name collisions. (#1201)

  • GitHub committed [c5dc00] on Code

    Bugfix/validate-user-provided-file-object-paths (#1197)

  • Steve Karg Steve Karg committed [1a2d7b] on Code

    Updated version to 1.4.3.rc1 for security tracking in branch.

  • Steve Karg Steve Karg committed [715e45] on Code

    Changed version to 1.5.0.rc3 for security fix tracking in branch.

  • GitHub committed [4e1176] on Code

    Bugfix/ubasic-string-tokenizer-null-termination (#1196)

  • Steve Karg Steve Karg committed [d40188] on Code

    Updated doc/README.developer with some path name and helpful info

  • Steve Karg Steve Karg committed [ed581d] on Code

    Updated doc/README.todo with in-progress items.

  • GitHub committed [a15ec5] on Code

    Fixed linux compile with musl (#1194)

  • GitHub committed [2f6132] on Code

    Fix mstp on bsd port (#1193)

  • Steve Karg Steve Karg committed [209c6d] on Code

    Updated CHANGELOG for latest changes. Enabled workflows for maintenance of v1.4.x branch.

  • Steve Karg Steve Karg committed [e0fbcb] on Code

    Bugfix/ubasic-string-tokenizer-null-termination (#1196)

  • GitHub committed [88abd3] on Code

    Fixed lighting-output object blink warn relinquish. (#1192)

  • Steve Karg Steve Karg committed [8fba1e] on Code

    Merge remote-tracking branch 'origin/master' into bugfix/add-more-bibbs-to-bacepics

  • GitHub committed [5a9abd] on Code

    Fixed channel-value encoding in the channel object when no-coercian is required for lighting-command, color-command, and xy-color. (#1190)

  • GitHub committed [390711] on Code

    Changed the load control object AbleToMeetShed to only check immediate, and added CanNowComplyWithShed function to attempt to meet the shed request while in the non-compliant state. (#1191)

  • Steve Karg Steve Karg committed [df3353] on Code

    Added test for shed type amount.

  • Steve Karg Steve Karg committed [37e45b] on Code

    Added test for shed type percent.

  • Steve Karg Steve Karg committed [e7371b] on Code

    Extended load-control object unit test validation code coverage.

  • Steve Karg Steve Karg committed [affcfa] on Code

    Merge remote-tracking branch 'origin/master' into bugfix/add-more-bibbs-to-bacepics

  • Steve Karg Steve Karg committed [b8bab7] on Code

    Fixed NULL handling in CharacterString sprintf which caused endless loop. (#1189)

  • GitHub committed [2c3c1c] on Code

    Fixed NULL handling in CharacterString sprintf which caused endless loop. (#1189)

  • Steve Karg Steve Karg committed [b8bf49] on Code

    Updated SECUTITY after CVE reported on 1.5.0.rc1

  • GitHub committed [602111] on Code

    Add support for Event_Message_Texts and Fault Event Notifications in Analog Input objects (#1188)

  • Steve Karg Steve Karg committed [16c803] on Code

    Fixed synthetic property-list handling for objects.

  • Steve Karg Steve Karg committed [90ec58] on Code

    Fixed NULL in CharacterString endless loop.

1 >
MongoDB Logo MongoDB