jpPing

jpPing

Utility to test the reachability of a host.
Version : 2.0
Price : $30
State : Outandroidtvoswindowsipadiphone

Downloads

Changelog

v2.0

  • Now compatible with Apple TV
  • Now compatible with ShiVa 2.0.
  • Compiled for Mac and Linux in addition to Windows, so you can now use it while working with ShiVa Editor for each of these operating systems.
  • Now uses a user token instead of an email to activate

v1.2

  • Optimized for ShiVa 1.9.2

v1.1

Added the following functions:

  • sIP = jpPing.getLocalIPAddress ( )
  • sHostName = jpPing.getHostName ( )

jpPing.start renamed to jpPing.ping

API

--jpPing API jpPing.activate ( sUserToken, sActivationKey ) jpPing.ping ( sAddress ) "onPingFailed" ( sAddress, nTime ) "onPingSucceed" ( sAddress, nTime ) sIP = jpPing.getLocalIPAddress ( ) sHostName = jpPing.getHostName ( )

Description

Test if a server is alive by using its IP or DNS address.

Information about the Android library

  • only supports IP addresses.

Requirements

  • The jpEventQueue plugin is required (free)
  • Android : INTERNET permission is required