Git Product home page Git Product logo

geco's Introduction

GECO

GECO - The general communication library

The GECO library is a a collection of C++ classes to facilitate the communication with IoT devices. It integrates a Tcl interpreter and provides a class for the construction of applications running GECO.

LabTk is a command line application which implements GECO.

GECO was designed and tested on Linux Ubuntu and Raspian but is probably working on any Linux distribution.

Dependences

To install on your system the required libraries and software run

sudo apt-get install gnuplot
sudo apt-get install tcl8.6 tcl8.6-dev tk8.6 tk8.6-dev
sudo apt-get install tclreadline
sudo apt-get install g++
sudo apt-get install make

If you plan to use the gecoComediIOModule GECO package you further need to run

sudo apt-get install libcomedi-dev

Building

Invoke make, in the directory containing the GECO Makfile:

make

To install the library system wide

sudo make install

This will copy the GECO library to /usr/local/lib/.
The header files of the library are copied to /usr/local/include/.
Shared files by GECO are copied to /usr/local/share/geco
The system-wide configuration files are copied to /usr/local/etc/geco.

To generate the documentation using Doxygen:

make documentation

You may wish to check the Makefile in order to put a suitable directory to copy the generated HTML documents for your particular system. The relevant line to check for is:

cp -r html/* /var/www/html/geco/

Change as needed the destination folder.

To clean up the working directory

make clean

Building GECO packages

To build a GECO package use make in the folder of the package:

make

To install the package system wide

sudo make install

This will copy the GECO package to /usr/local/share/geco/pkg/.

geco's People

Contributors

rwuthric avatar

geco's Issues

Grbl planner buffer size

Depending on the used build / Grbl board, the Grbl planner buffer size varies.
Currently the gecoMTCGrblAdapter class assumes this buffer size is equal to 15.
If the planner buffer size is different than 15, the execution of an nc file with the -cycle-start command will fail.

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.