I have an ICBM Radar Station, and with the use of that, I want to do the following.
1. Get a list of players detected, as well as their coordinates.
2. Find the distance from the station given these coordinates.(I have found a CC formula for this)
3. Display the above information on a computer screen

I understand how to peripheral wrap and use some basic commands with these peripherals, but many of the more advanced commands required to get the coordinates of multiple players(if even possible) don't seem to work. I found these functions from http://www.computercraft.info/forums2/index.php?/topic/5876-icbm-immibis-peripherals-base-defense-pack/.

Could anyone give a few pointers and tips?