question

nirmal avatar image
nirmal Suspended asked sam Deactivated answered

How to share database from one clover device to another clover device connected in same store?

Hi everyone,

We are trying to fetch some local data from one clover to another connected within same network and same work station. If there is any way to sharelocal database from one clover to another over clover?
Clover MiniClover StationClover Mobile
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

sam avatar image
sam Deactivated answered
You could use a service like PubNub or Firebase to connect two devices. An advantage of using a hosted service would be that it would be more robust and would also work with mobile networks.

Or if you're connected to a local area network, you could create a server/client socket to communicate. Functionally, this would be the same as any two Android devices.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community