This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
gril002's profile picture

Running GPS on startup

Started by gril002, 07 April 2016 - 06:32 PM
gril002 #1
Posted 07 April 2016 - 08:32 PM
So I know I can use gps.locate() to get the coordinates. But how can I run a GPS host on startup since there is nothing in the API about hosting?
gril002 #2
Posted 07 April 2016 - 08:40 PM
Never mind remmembered I can just use the shell API
Lupus590 #3
Posted 07 April 2016 - 08:59 PM
for posterity:

--# startup file
shell.run("gps host x y z")