andrewn / neue-radio

Neue Radio: Prototype connected object using web technologies
10 stars 6 forks source link

Do not run rfid or physical service initially #68

Closed andrewn closed 6 years ago

andrewn commented 6 years ago

On provision, do not run any of the non-core services e.g. downloader, rfid or physical as they can interact in weird ways. They can be easily enabled via the setup service when required.

pixelblend commented 6 years ago

I understand keeping away from anything touching the GPIO, but how is downloader causing problems?

andrewn commented 6 years ago

It's not causing problems, but does it need to always be running if no-one's using it? Same with the speech service?

Alternatively, we can disable rfid and physical and enable speech and downloader by default?

pixelblend commented 6 years ago

It's not causing problems, but does it need to always be running if no-one's using it? Same with the speech service?

If we don't, then we need to start attaching required services to the apps that require them. That seems pretty messy.

Alternatively, we can disable rfid and physical and enable speech and downloader by default?

This seems pretty sensible.

andrewn commented 6 years ago

Ok, done @pixelblend