Skip to content

C-library to facilitate communication with nodejs Ninja Blocks modules

Notifications You must be signed in to change notification settings

ninjablocks/libNBComms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libNBComms

C-library to facilitate communication with nodejs Ninja Blocks modules

Compiling

cd libNBComms
make

Installing

sudo make install
  • This copies headers (./include/nbsocket.h) to /drivers/common/include/
  • Moves libnbcomms.so to /drivers/common/lib/linux/ (making conventional links too)
  • adds the library path to the /etc/lib.so.conf (blindly adds the line each install)
  • runs ldconfig to update linker library paths

About

C-library to facilitate communication with nodejs Ninja Blocks modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages