forked from lerwys/fcs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
danielot/fcs-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
============================================================================== Repository containing the Simple FCS client using the BSMP library. ============================================================================== Instructions: -> Make sure you have the following libraries installed in a well-known location: libbsmp -> Clone the library: 0 - git clone https://github.com/brunoseivam/libbsmp.git -> Change branches, as we use version 2.0 0.1 - git checkout v2.00-work -> Compile and install libbsmp 0.2 - mkdir build 0.3 cd build 0.4 ../configure --enable-silent-rules 0.5 make -s 0.6 sudo make install -> Compile and run fcs_client 1 - make -> Run client 2 - ./fcs_client
About
Simple FCS client using SLLP library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 75.8%
- Python 18.9%
- Shell 5.3%