Skip to content
Jordan Potarf edited this page Jun 2, 2016 · 6 revisions

#NGCCMeFEC ####What it is, how to use it, and how to help develop it

##Background NGCCMeFEC stands for New Generation Clock-Control-Module Emulator Front End Controls

##Purpose This software serves to simplify the process of testing QIE cards. It allows a user to run tests from a remote client. The client sends commands to a server, running on a Raspberry Pi, and the server executes commands on the NGCCMe, returning output to the user.

##User Guide There are two main components to this software. A server runs on a Raspberry Pi, connected to the NGCCMe. A client runs on another *nix machine on the same local network as the Pi. For more detailed information, please see Installing the Server and Installing the Client.

The server is run from the pi, using a shell script or a crontab. For more detailed information, please see Running the Server.

The client is run from any *nix machine on the same local network as the pi, using a python script. For more detailed information, please see Running the Client

##Development Guide

Clone this wiki locally