Using the smartscope on the network: Difference between revisions

From LabNation Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:


== Linux ==
== Linux ==
[[File:ServerLinuxConsole.png|500px|right]]
By installing the .deb package, the SmartScope Server CLI binary is placed in '''/opt/smartscope/SmartScopeServer.exe'''. A script-link to this binary is also placed in '''/usr/bin/smartscopeserver'''. Also a desktop entry for the Server UI is made in your desktop environment's Application menu, in the Science category.
By installing the .deb package, the SmartScope Server CLI binary is placed in '''/opt/smartscope/SmartScopeServer.exe'''. A script-link to this binary is also placed in '''/usr/bin/smartscopeserver'''. Also a desktop entry for the Server UI is made in your desktop environment's Application menu, in the Science category.



Revision as of 11:31, 24 December 2016

The SmartScope can be used over a network connection, i.e. a WIFI. This allows you to use the smartscope wirelessly, and enables the smartscope to be used on iOS.

To use the smartscope over the network, it needs to be connected to a host which can run the SmartScope Server. This host then needs to be on the same LAN as the device on which you want to control the SmartScope through the app.

A console and UI version exist of the server.

Mac

ServerMacOS.png
  1. Run the SmartScope server UI from SmartScope DMG package
  2. Connect a SmartScope to your Mac
  3. A new line should appear in the SmartScope Table. Press the start button, to start the server
  4. Run the app on your other device, which is on the same LAN as the windows host running server
  5. Connection should happen automatically

Windows

ServerWindowsNoLog.png
  1. Run the SmartScope server UI from the start menu
  2. Connect a SmartScope to this windows machine
  3. Press the start button, to start the server
  4. Run the app on your other device, which is on the same LAN as the windows machine running server
  5. Connection should happen automatically

Linux

ServerLinuxConsole.png

By installing the .deb package, the SmartScope Server CLI binary is placed in /opt/smartscope/SmartScopeServer.exe. A script-link to this binary is also placed in /usr/bin/smartscopeserver. Also a desktop entry for the Server UI is made in your desktop environment's Application menu, in the Science category.

To run the console version, on a terminal prompt, type

# smartscopeserver

If this doesn't work for some reason, you can also try to explicitly start mono with the binary as an argument

# mono /opt/smartscope/SmartScopeServer.exe

Similarly, you can run the UI version from the command line using

# smartscopeserverui

or

# mono /opt/smartscope/SmartScopeServerUI.exe