Code Monkey home page Code Monkey logo

teonet-c's Introduction

Teonet-c

Teonet v5 C library and examples.

Teonet v5 C

Teonet is designed to create client-server systems and build networks for server applications operating within a microservice architecture.

Main Teonet v5 code was created on Golang. This project make c/c++ dynamic library to use it in any C/C++ and C compatible applications.

The description of Teonet you can find at main Teonet-go page.

The examples of this project copy Teonet-go examples functional. So look this project examples to get started with teonet-c library: examples

Contents

Make library and examples

To make Teonet-c library from sources you need install git go gcc and make applications on you computer.

Clone this repository to you project folder:

cd project_folder
git clone https://github.com/teonet-go/teonet-c.git
cd teonet-c

There is Makefile, use make command to execute it.

To build library use:

make build-library
sudo make ldconfig

To build examples use:

make build

After this you can run examples from projects root folder.
Run the C++ API message mode client:

./cmd/cpp/api/teoapi-cpp

License

BSD

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.