Kozai::Rotator::Rotctld
Inherits Kozai::Rotator::Client < Reference < Object
A client for hamlib's rotctld.
rotator = Kozai::Rotator::Rotctld.new("127.0.0.1", 4533)
rotator.move(180.0, 45.0)
azimuth, elevation = rotator.position
Constants
DEFAULT_PORT = 4533
Default port rotctld listens on.
Constructors
new(host : String = "127.0.0.1", port : Int32 = DEFAULT_PORT, timeout : Time::Span = Hamlib::DEFAULT_TIMEOUT)
SourceInstance methods
Commands a move to azimuth and elevation, in degrees.