Giter Site home page Giter Site logo

erl-feconf-protocol's Introduction

erl-feconf-protocol

The FECONF service is an ACNET service which can be queried for front-end configuration information. It uses the protocol compiler to serialize the request and reply messages. This library holds the generated code for Erlang.

ACSys/FE programmers don't need to directly use this library; the ACSys/FE framework implements a process that listens to ACNET requests and uses this library to understand the messages.

To add more messages, you need to edit the FECONFv1.proto file in the console repo (uls/ul_feconf_protocol.) The Makefile in this repo pulls the latest version, via a CVS link, when building (i.e. the .proto file is not managed by this project.)

Build Dependencies

To build this project, your system needs access to the CVSWeb service (so, only onsite machines), you need the protocol compiler and Erlang OTP 21 installed locally.

API

The following messages are supported. Contact the Front-end Group if you would like other information to be queriable.

GetAddress

request GetAddress {
    binary ssdn;
}

reply DeviceAddress {
    string hostname;
}

Returns the IP hostname/address of the hardware associated with a driver instance. Some ACNET devices control Ethernet-based hardware and it's useful to be able to determine this association programmatically. The request specifies the SSDN of a device on the front-end. If the underlying driver talks to Ethernet equipment, the reply will contain the hostname or IP address of it.

erl-feconf-protocol's People

Contributors

rneswold avatar

Watchers

 avatar  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.