Skip to content

Communication between applications made easy with c++ and python interfaces

Notifications You must be signed in to change notification settings

Bardo91/fastcom

Repository files navigation

Releases Issues Stars

Build Status

Installation

Clone the repository into any folder, and create a build folder for the compilation

git clone https://github.com/Bardo91/fastcom
cd fastcom && mkdir build && cd build

Configure with cmake and compile the project

cmake .. && make

Install fastcom to use it at any project you want.

sudo make install

Create fastcom mole IP environment variable. If you are using fastcom in the same computer, this step is not necessary. If you are using multiple computers, this variable should have the IP of where the first fastcom app is instantiated.

echo "export FASTCOM_MOLE_IP=\"127.0.0.1\"" >> ~/.bashrc