Skip to content

Tags: gediminasgu/gomavlib

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Switch serial library to one with larger cross-platform support (

…bluenviron#138)

* Change the serial lib

* Renamed package

* use forked serial lib

* request all data streams

* Move back to upstream serial library

* Revert name change

* Change stream request

* Add hardware flow control enable

* Go fmt

* run gofumpt

---------

Co-authored-by: aler9 <[email protected]>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rename SequenceID to SequenceNumber; add GetSequenceNumber() (bluenvi…

…ron#99)

* Add GetSequenceId() to V1Frame and V2Frame

* Refactor SequenceID to SequenceNumber, GetSequenceID to GetSequenceNumber, and other related fields or comments for consistency

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update all enums to be uint64 (bluenviron#95)

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix unmarshaling from text of enums with bitmask flag (bluenviron#90) (

…bluenviron#91)

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
simplify code (bluenviron#89)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add serial to json example (bluenviron#80)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support writing the same Frame to multiple nodes (bluenviron#66) (blu…

…environ#72)

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 add node.IdleTimeout and close idle connections after a timeout (blu…

…environ/mavp2p#33) (bluenviron#61)

* replace pkg/udplistener with pion/transport/v2/udp

* add node.IdleTimeout and close idle connections after a timeout (bluenviron/mavp2p#33)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix Kong usage (bluenviron#59)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace math/rand with crypto/rand (bluenviron#53)