eclipse / kuksa.val

kuksa.val
Apache License 2.0
88 stars 52 forks source link

Kuksa with QNX #741

Open vinaith opened 4 months ago

vinaith commented 4 months ago

Dear Team Good day! Will the Kuksa.val.server or Kuksa Databroker supports porting into QNX ? We tried Kuksa data broker, unable to finish because of RUST issues and Kuksa-val-server, trying it. Please support with your inputs.

SebastianSchildt commented 4 months ago

We know that KUKSA databroker can run on QNX, IF changes are made to upstream libraries. However, currently such changes seem not to be available publicly. That may or may not change, but as Eclipse KUKSA team we currently can not confirm any timeline.

So the answer - and sorry for it not being too helpful to you at this time - is: "It is possible", but you would need to do adaption to upstream libraries

AkhilTThomas commented 4 months ago

kuksa-databroker as @SebastianSchildt mentioned needs the ported rust libraries. kuksa-val-server you'd have to use the boost and mqtt versions ported for qnx. You can find it here https://gitlab.com/qnx/libs/

vinaith commented 4 months ago

Hi All Thank you. Yes, we try with Databroker porting - RUST components to QNX as they are not yet supporting it. Please let us know in case any possible options available.

SebastianSchildt commented 3 months ago

Just fyi, we have some things work in progress to get support upstream.,

here https://github.com/tokio-rs/tokio/pull/6421 and here https://github.com/tokio-rs/mio/pull/1766

there is more to b done (i.e. for crypto), but those two would already move one big blocker out of the way