Android Question bit in array

mrossen

Active Member
Licensed User
Longtime User
Hi,

I am planning a new project.

I recieve from a WiFi stream 100 data lines with 4 ID bytes, 8 data bytes and 1 CRC byte each, every 100ms

I need to store this 100 data set and when the next 100 data set comes 100ms later, compare the 8 data bytes with the first 8 data bytes at bit level.

I am thinking to store the data set i some arrays, but is this the fastest way to do it?

And how to setup the arrays?

Any one has experience with this.

Mogens
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

mrossen

Active Member
Licensed User
Longtime User
Hmm.

This is the new Librarys. I can not see the light here. Any one have a example to use it this way ?

Mogens
 
Upvote 0

mrossen

Active Member
Licensed User
Longtime User
If I could use this new libs it will be smart, because I have til make this app for Android, IOS and pc
 
Upvote 0
Top