Dynamic compass display?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
me!
Forum Contributor
Posts: 133
Joined: Sat Nov 04, 2006 8:45 pm

Dynamic compass display?

Post by me! »

I have a request to display a dynamic compass and have it move in real time with information being sent to a db.

The compass is showing the relative direction of an object that is being tracked. The direction finding equipment is sending the bearing to the db. I need to read the db and update the pointer to reflect the bearing that is in the db. Think of a compass on a smart phone as you turn the dial moves. that is what they want except with a few more options.

I dont know whee to start with this one?
AJAX would be nice since the refresh rate will be like every half second! (running on dedicated server)

:?:
me!
Forum Contributor
Posts: 133
Joined: Sat Nov 04, 2006 8:45 pm

Re: Dynamic compass display?

Post by me! »

No one has any suggestions?
Post Reply