GithubHelp home page GithubHelp logo

koheron / koheron-server Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 6.0 1.04 MB

High performance TCP / Websocket server for instrument control

License: GNU Affero General Public License v3.0

Makefile 3.75% C++ 88.64% C 0.06% Python 7.46% Shell 0.08%
c-plus-plus websocket-server

koheron-server's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

koheron-server's Issues

is this can be used on any ARM LINUX?

I have embedded device with ARM linux, i want give user a web page as user interface to control all the pins in the board.
my board can handle tcp program,

can koheron web server can be used on other boards?

Correlation between driver class name and hpp file name

We are assuming some correlation between the name of the driver class and the name of the class hpp file. For example, with the class MyTopDriver the filename my_top_driver.hpp is expected. This is arbitrary and it only follows our internal naming conventions.

Requirements

Requirements and build

You first need to get the C/C++ compiler. To install a given GCC based cross-compiler toolchain run

$ sudo apt-get install gcc-<toolchain>
$ sudo apt-get install g++-<toolchain>

The build requires Python 2.7. You also need the following programs:

$ sudo apt-get install wget git
$ sudo bash scripts/install_eigen.sh

$ sudo apt-get -y install python-pip python-dev build-essential python-virtualenv libyaml-dev
$ sudo pip install --upgrade pip
$ sudo pip install -r requirements.txt

To build simply do

$ make CONFIG=<config.yaml>

for examples of configuration files checkout the config folder.

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.