Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Test is Server is on this LAN

Featured Replies

I am trying to see if I can check first whether a user has logged on to the client LAN where the Server sits or is at home logging in remotely so wrote this little function

Use as you will, or make it better...






// TestLAN ( IP )

// 12/03/18 JR

// v1.0

// checks if you are  on the LAN  where FM server is running

// used to see if a user can log on locally or is remote to limit layouts via WAN



skt = new Socket()

sktaddr = new InetSocketAddress(IP, 16000)

try{

skt.connect(sktaddr, 1)

} catch (e) {

return 'ERROR not on this LAN'

//return false

}

return 'on this LAN'

//return true





Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.