Skip to content

yunsiong/telco-node

Repository files navigation

telco-node

NPM version NPM Downloads

Node.js bindings for Telco.

Depends

  • Node.js 8.x or newer

Install

Install from binary:

npm install

Install from source:

TELCO=/absolute/path/to/fully/compiled/telco/repo npm install

Examples

  • Follow Setting up the experiment to produce a binary.
  • Run the binary.
  • Take note of the memory address the binary gives you when run.
  • Run any of the examples, passing the name of the binary as a parameter, and the memory address as another.

(Note: only some examples use the memory address)

Developing

The prebuild tool is used to handle building from source and packaging.

To recompile only the C++ files that have changed, first run the "Install from source" step above, then simply run:

make -C build

Packaging

npm run prebuild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published