Connection checker

381
Vote up!

A simple connectivity checker.
Example of use:

local connection = require("connection")
connection.test(function (isAvaliable)
    if isAvailable then
       print("Connection available!")
    else
        print("No connection :(")
    end
end)
Works with Corona build #: 
2013.2100
Category: 
Contributor: 
ProGM

The website is no longer being updated, and is for archival purposes only.

 

Corona SDK is now Solar2D

https://Solar2D.com/

×