How to distinguish the beacon is moving or not in Raspberry Pi?

I want to scan the signal of Estimote beacon by raspberry Pi in case of movement.

As I know, the motionUUID is created by SDK automatically.

According to SDK header, Motion Proximity UUID is created by reversing first bit of corresponding Proximity UUID.

If so, the raspberry pi can distinguish the beacon is moving or not by using the first bit of UUID?

Precisely (:

Just make sure to first enable Motion UUID on your beacon—you can do that with the Estimote app.