eosauthority / eosio-watcher-plugin

EOSIO watcher plugin: HTTP POST to endpoint for on chain actions
MIT License
66 stars 30 forks source link

Support for Web Sockets in addition to HTTP #1

Open eosauthority opened 6 years ago

eosauthority commented 6 years ago

Enable support for Web Sockets in addition to HTTP end point.

Requested by Syed Jafri - Cafe

eosauthority commented 6 years ago

Update there is a ZeroMQ plugin forked from this plugin - https://github.com/acoutts/chintai-zeromq-watcher-plugin

pipilink commented 6 years ago

Try to compile this plugin - https://github.com/acoutts/chintai-zeromq-watcher-plugin

[100%] Built target unit_test /usr/local/lib/libzmq.so: undefined reference to std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20' /usr/local/lib/libzmq.so: undefined reference to__cxa_throw_bad_array_new_length@CXXABI_1.3.8' collect2: error: ld returned 1 exit status make[2]: [programs/nodeos/CMakeFiles/nodeos.dir/build.make:210: programs/nodeos/nodeos] Error 1 make[1]: [CMakeFiles/Makefile2:6422: programs/nodeos/CMakeFiles/nodeos.dir/all] Error 2 make: *** [Makefile:163: all] Error 2

    >>>>>>>>>>>>>>>>>>>> MAKE building EOSIO has exited with the above error.
eosauthority commented 6 years ago

@pipilink - @acoutts might be able to help. or please create a ticket on https://github.com/acoutts/chintai-zeromq-watcher-plugin

acoutts commented 6 years ago

@pipilink it is complaining that it can't find libzmq on your system. Please ensure you follow the dependency installation instructions to setup zmq for your system.

http://zeromq.org/intro:get-the-software