AsteroidOS / starship

SailfishOS synchronization app for AsteroidOS.
GNU General Public License v3.0
22 stars 12 forks source link

initial commit #2

Closed jgibbon closed 6 years ago

jgibbon commented 6 years ago

Hi again! It would be great to have a look at what is already present of starfish, even if it's largely unusable.

Specifically, I'm interested in creating a small companion application for slumber on the watch and would like to know if there's some API planned (or already implemented) to let applications on watch/SFOS talk to each other – perhaps via some kind of DBUS-forwarding-wrapper-thing for JSON strings as payload?

At the moment I didn't even succeed setting up a working Asteroid SDK within Qt Creator, but look forward to try again.

cheers!

FlorentRevest commented 6 years ago

Hi @jgibbon,

It would be great to have a look at what is already present of starfish, even if it's largely unusable.

Thanks for your interest! starfish is indeed largely unusable right now (more details at https://github.com/AsteroidOS/starfish/issues/1#issuecomment-366693038 ) but I pushed a first commit to give you an overall idea of what is out there right now.

perhaps via some kind of DBUS-forwarding-wrapper-thing for JSON strings as payload?

I have no plans for a generic Json payload forwarding but this would be a very welcome addition to starfishd and asteroid-btsyncd. Let me know if you can come up with a proof of concept.

I didn't even succeed setting up a working Asteroid SDK

If you have a specific problem with the SDK, please raise an issue on the asteroidos.org repo and I will give it a look if you have more details.

I close that issue for now.