Replies: 1 comment 2 replies
-
|
Hi @EveGun and thanks for your interest in our repo! Yes we are interested in this! just be sure to keep no breaking changes (or as low as possible) and add coverage tests 🙏🏼 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! We’re using @bacnet-js/client and are hitting payload-size limits when writing larger values (especially schedules/calendars and larger WritePropertyMultiple payloads).
From what we can see, the client currently handles segmented responses, but not segmented confirmed requests (segmented writes).
We’ve reviewed the code and this looks like a relatively large feature (TX segmentation state machine, SegmentAck/window handling, retries/timeouts, and test coverage).
Before investing in this, we’d like to check community/maintainer interest.
Would others be interested in native support for:
segmented WriteProperty
segmented WritePropertyMultiple
SegmentAck handling (window/retry/timeout)
Also: do maintainers expect this to require any breaking API/behavior changes, or should this be implemented fully backward-compatible?
If this is relevant for you, please share your device/use-case and whether this is blocking production usage.
We’re open to contributing if there is interest.
Beta Was this translation helpful? Give feedback.
All reactions