GithubHelp home page GithubHelp logo

flyingrhenquest / fr_events Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 28 KB

An event library that can transmit events across the network.

License: Apache License 2.0

CMake 8.96% C++ 86.11% Dockerfile 1.09% Shell 3.83%

fr_events's Introduction

fr_events Library

This is an event library that is able to transmit events across a network connection. Currently only ZMQ is supported for network transport, but I intend to add AMQP for rabbitmq soon.

Building

This should try to download everything it needs. You'll need a version of cmake that supports fetchcontent. You'll also need a C++17 compiler. This is built on a recent version of G++. If you're using a fairly recent linux distribtion you should be fine. Please let me know if you encounter any problems with the build. I'd like to make sure it runs on as many platforms as possible.

Given all that, create a build directory somewhere, IE:

mkdir /tmp/build

cd to that directory and run:

cmake /path/to/CMakelists.txt IE:

cmake ~/sandbox/fr_events

Then run make:

make

You can run the ./test_all_the_things executable if it builds, or run an example python program in fr_events/examples/python to demonstrate its use.

Roadmap

  • Other event types -- I want to use this for my video processing.
  • AMQP support
  • More unit tests
  • More Python examples
  • Javascript exasmples for receiving events from C++ (ZMQ or AMQP or both)

fr_events's People

Contributors

flyingrhenquest avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

fr_events's Issues

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.