Phidget Network Server

From Phidgets Support
 Phidget Programming Basics: Phidget Network ServerTOC Icon.png Table of Contents

Nav Back Arrow.png Nav Back Hover.png WhiteTab1.png HoverTab1.jpg WhiteTab2.png HoverTab2.jpg WhiteTab3.png HoverTab3.jpg WhiteTab4.png HoverTab4.jpg WhiteTab5.png HoverTab5.jpg WhiteTab6.png HoverTab6.jpg WhiteTab7.png HoverTab7.jpg WhiteTab8.png HoverTab8.jpg WhiteTab9.png HoverTab9.jpg WhiteTab10.png HoverTab10.jpg WhiteTab11.png HoverTab11.jpg WhiteTab12.png HoverTab12.jpg WhiteTab13.png HoverTab13.jpg WhiteTab14.png HoverTab14.jpg GreenTab15.png WhiteTab16.png HoverTab16.jpg Nav Next Arrow.png Nav Next Hover.png


15 . Phidget Network Server

What Is the Phidget Network Server?

The Phidget Network Server is a tool that makes it easy to access Phidgets that are connected to other computers on your network.

It also enables in-browser JavaScript applications with Phidgets, and provides a dictionary manager which can be used to share information between applications.

Without the Phidget Network Server

Your application runs on the same computer that your Phidgets are connected to.

Networkserver ex1v2.png

With the Phidget Network Server

Your Phidgets are connected to a computer running the Phidget Network Server. The Phidget Network Server hosts a Phidget Server, which makes your Phidgets available to other computers on your network.

  • Your application(s) can run on any computer that has access to the network the host is on.
  • Multiple applications can access the Phidgets simultaneously, with some exceptions (e.g. motor controllers).
Networkserver ex2v3.png

Phidget Network Server Hosts

As mentioned above, a computer is required to host the Phidget Network Server. Any Windows, macOS, or Linux machine can act as a host. The Wireless VINT Hub or the PhidgetSBC4 are also excellent, compact choices.

HUB5000 0.jpg

Wireless VINT Hub

The Wireless VINT Hub (HUB5000) has the Phidget Network Server built-in. Simply connect your Phidgets, power the device, and the Network Server starts automatically.

This device supports both Ethernet and WiFi connections and provides a simple web interface to configure your Phidget Network Server. Check out the product page for more information.

SBC3003 0.jpg

PhidgetSBC4

The PhidgetSBC4 (SBC3003) has the Phidget Network Server built-in. Simply connect your Phidgets, power the device, and the Network Server starts automatically.

This device supports both Ethernet and WiFi connections and provides a simple web interface to configure your Phidget Network Server. Additionally, you can connect USB Phidgets directly to this device and run application code on board. Check out the product page for more information.

Phidget Network Server Clients

Client applications can run on any supported operating system and can be written in any supported programming language. The client machine does not need to run a Phidget Network Server.

Learn More

View our Phidget Network Server Guide for more in-depth information.