Giter VIP home page Giter VIP logo

metserver's Introduction

Field System 'metserver' software.

INFORMATION:
-----------

The metserver gets Paroscientific, Inc. MET3 (Meteorological
Measurement System) and Vaisala Corporation (Ultrasonic Wind Sensors)
information on rquest from client.

Read the INSTALL for installation instructions.

THE SERVER:
-------------

metserver will call on metget to retrive information from
MET3/MET4/MET4A meteorological sensor and Vaisala WMT70x wind sensor
by using the ports that you have designated.

example: /dev/ttySx /dev/ttySx

Information will be read from named /dev/ports on request for the
client returned to the client.

ERRORS:
-------

Errors from metserver will go to /tmp/metserver.error file, /var/log/syslog,
and an email will be sent to the operator. metserver WILL NOT exit on errors.

PROBLEMS:
--------

If you get an error regarding the metserver and/or the metclient, that you
can't correct and you want to stop either or both of the programs you will
need to kill the metserver and/or the metclient manually. They will not exit
on errors.

 (This will give you the PID's for both the metserver and/or the metclient,
  whichever is running at the time:)

   prompt> log in as root
   prompt> ps -ef | grep met
   prompt> kill PID

example:
   prompt> ps -ef | grep met

   prog     13526     1  0 16:39 ?        00:00:00 /usr2/metserver/metserver/dev/ttyS19 /dev/ttyS18
   root     13630     1  0 16:53 pts/3    00:00:00 /usr2/metclient/metclient/usr2/control/metlog.ctl
   prog     13815 13533  0 17:43 pts/3    00:00:00 grep met

   prompt> kill 13526 13630

metserver's People

Contributors

wehimwich avatar dehorsley avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.