Git Product home page Git Product logo

rema_proxy's Introduction

REMA Proxy

An interface for a Multipurpose Cartesian XYZ robot for Heat Exchangers

Installing

apt install ./rema_proxy.deb

Open a web browser

http://127.0.0.1:4321/static/index.html#

Change initial connection settings by modifying config.json if required

For Developers

Requirements

Restbed library should be located in /usr/local/include/ all the headers from restbed/distribution/include /usr/local/lib/ the shared library from restbed/distribution/librestbed.a

Installing

It is fairly easy to install the project, all you need to do is clone if from GitHub

git clone https://github.com/gustavojm/rema_proxy

After finishing getting a copy of the project...

Building the project

To build the project, all you need to do

cmake -S . -B ./build/
cmake --build ./build/

Change project settings, specify CMAKE_INSTALL_PREFIX

ccmake ./build
cmake --build ./build/ --target install

Run the installed project

cd ~/REMA_Proxy
./REMA_Proxy

Open a web browser

http://127.0.0.1:4321/static/index.html#

Generating the documentation

In order to generate documentation for the project, you need to configure the build to use Doxygen. This is easily done, by modifying the workflow shown above as follows:

ccmake ./build
cmake --build . --target doxygen-docs

Note: This will generate a docs/ directory in the project's root directory.

rema_proxy's People

Contributors

gmalano-nasa avatar gustavojm 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.