LUA
Time sync with Google page
How we will do it: Connect to Google server, fetch the page header that contain the Timestamp and do some string manipulation to obtain the Date & Time information in the format that we need to be able to update our Real Time Clock: getTime = function() conn=net.createConnection(net.TCP, 0) Read more…