divyanshupundir / mavlink-kotlin

A modern MAVLink library for Kotlin Multiplatform.
https://divyanshupundir.github.io/mavlink-kotlin/
Apache License 2.0
48 stars 7 forks source link

Add Kotlin usage examples #86

Closed GeorgePapageorgakis closed 4 months ago

GeorgePapageorgakis commented 4 months ago

Hello,

It would be nice to add some quick tutorial and example usage of connection, dialect and deserialization of a basic mavlink message such as HEARTBEAT, GPS_RAW_INT with minimal dialect etc...

Best regards.

divyanshupundir commented 4 months ago

Hi @GeorgePapageorgakis, thanks for the suggestions.

I have put some usage docs in the adapter packages. But I understand that some more examples are required.

I will also link my Advanced mavlink-kotlin blog series in the README soon.

divyanshupundir commented 4 months ago

Solved in #91 and #92