I have an App that in its simplistic mode is a Tally system for knowing which competitors have gone afloat and who are ashore. The Competitors have RFID tags. There can be multiple stations where the competitors tally out and in. Version 1 of the App Written in B4A can use Android mobile phones to read the RFID tags and the data is written locally first to an SQLite database and then updates an SQL web database. Competitor data is also loaded to the local database from the Web Database.
In addition to the Android Phones we have some Windows tablets with USB RFID readers. These screens display the competitor data as they Tally in/out and also Statistics which can be queried. (The Windows tablets app is written in VB.Net) The Windows Tablets as well as communicating with a web database have Satori (www.satori.com) real time messaging which when they upload transactions to the web Database also transmit the data on a satori RTM channel to anyone subscribing to the channel so the other tablets are immediately updated with the status of the competitors
Now what I need.
I need to add Real time messaging to the Android app, I was hoping to use the Satori RTM but I'm finding that rather difficult to get to work with B4A. So I was wondering if I should swap and use Firebase FCM in the B4A app - this should be possible as there are quite a few users already doing that and I think it should be possible to use with VB.Net unless there are any users which have used Satori with B4A?
Now that iOS 11 supports RFID (on iPhone 7 onwards - which meant I had to buy a now iPhone!) I need to write an iOS app to complement the Android app. Is RFID supported in B4i? I've purchase B4i but not written anything with it yet.
I've read B4J can send FCM messages but not receive - is this still true?
The messages are data messages - not push notification messages. They need to be near real time and have to be battery and bandwidth friendly
So the big question is do I move to FCM or is there a better way? What challenges should I expect?
Is there a better way?
Thanks
In addition to the Android Phones we have some Windows tablets with USB RFID readers. These screens display the competitor data as they Tally in/out and also Statistics which can be queried. (The Windows tablets app is written in VB.Net) The Windows Tablets as well as communicating with a web database have Satori (www.satori.com) real time messaging which when they upload transactions to the web Database also transmit the data on a satori RTM channel to anyone subscribing to the channel so the other tablets are immediately updated with the status of the competitors
Now what I need.
I need to add Real time messaging to the Android app, I was hoping to use the Satori RTM but I'm finding that rather difficult to get to work with B4A. So I was wondering if I should swap and use Firebase FCM in the B4A app - this should be possible as there are quite a few users already doing that and I think it should be possible to use with VB.Net unless there are any users which have used Satori with B4A?
Now that iOS 11 supports RFID (on iPhone 7 onwards - which meant I had to buy a now iPhone!) I need to write an iOS app to complement the Android app. Is RFID supported in B4i? I've purchase B4i but not written anything with it yet.
I've read B4J can send FCM messages but not receive - is this still true?
The messages are data messages - not push notification messages. They need to be near real time and have to be battery and bandwidth friendly
So the big question is do I move to FCM or is there a better way? What challenges should I expect?
Is there a better way?
Thanks