aisstream / issues

7 stars 3 forks source link

[Feature Request] Add C++ Example #14

Closed JevanUG closed 7 months ago

JevanUG commented 1 year ago

A c++ version of the example would be highly useful.

aisstream commented 1 year ago

We will add that to the list. One issue is the fragmentation of the C++ ecosystem makes it difficult to decide on which web-socket library and package manager to use for the example.

Is there a particular library you would like to see the example written with ? For example the Beast web-socket library ?

OgreTransporter commented 7 months ago

I have added examples in C# (#61), C (#62) and C++ (#63).

For the examples with the API generator, I need a little longer because the generated files have to be corrected.

JevanUG commented 7 months ago

Hello, I am very glad to see more examples, thank you!

I will keep you updated on the project I have in mind for this.

Kind Regards,

Jevan Dean

Founder & Lead Developer

Unmatched Games @.*** www.unmatchedgames.com [image: facebook] https://www.facebook.com/UnmatchedGames [image: linkedin] https://www.linkedin.com/in/jevan-dean-58669b14b/

On Tue, 9 Jan 2024 at 02:41, Transporter @.***> wrote:

I have added examples in C# (#61 https://github.com/aisstream/issues/issues/61), C (#62 https://github.com/aisstream/issues/issues/62) and C++ (#63 https://github.com/aisstream/issues/issues/63).

For the examples with the API generator, I need a little longer because the generated files have to be corrected.

— Reply to this email directly, view it on GitHub https://github.com/aisstream/issues/issues/14#issuecomment-1882241627, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVETTBACEPXYGXZYDVIAKBLYNSU4VAVCNFSM6AAAAAAXSHYU3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBSGI2DCNRSG4 . You are receiving this because you authored the thread.Message ID: @.***>

aisstream commented 7 months ago

A C++ example has been added.