ScopePort client now available via Rubygems
by Lennart on Jun.15, 2009, under ScopePort
You can now install the latest version of the ScopePort client via Rubygems. The gem is hosted at GitHub so you have to add GitHub as a repository first:
root@sundaysister# gem sources -a http://gems.github.com
You can now install the ScopePort client:
root@sundaysister# gem install lennartkoopmann-scopeport-client-ruby
Just start the client with “scopeport-client” if the gem binaries are in your $PATH.
Note that the current client version can only connect to a ScopePort server. It does not send real sensor data yet.

