Giter Club home page Giter Club logo

chicken-nanomsg's People

Contributors

kristianlm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chicken-nanomsg's Issues

Bundling nanomsg and plans for this egg?

The nanomsg project and this egg are very interesting to me. I would vote for bundling the library if it is easy to switch between the bundled library and a locally installed library.

I have an application where i was using pub -> sub and pull <- push with zmq. I'd like to try using the nanomsg egg but I'm not clear on what is already supported. Can you publish a road map of sorts? What are you plans for nanomsg?

Could you put together a few more samples to cover the implemented patterns?

Thanks!

Bad byte count for sent strings

Strings sent with nn-send lose the final null byte.

(define (nn-send socket data #!optional (flags 0))
  (nn-assert ( (foreign-lambda int "nn_send" nn-socket blob int int)
              socket data (number-of-bytes data) flags)))

that (number-of-bytes data) should be (+ 1 (number-of-bytes)) if data is a string.

Can't run test suite due to missing sockopts.scm

$ csi -s tests/run.scm

Error: (open-input-file) cannot open file - No such file or directory: "sockopts.scm"

...

Perhaps a file wasn't added to the git repository, or there was a setup step I missed?

Contrary to docs, not all protocols are supported

While learning to use the egg, I noticed that while the README claims that "all of nanomsg's protocols are supported", the pair and bus protocols are not supported. Specifically, the appropriate headers (<nanomsg/pair.h> & <nanomsg/bus.h>) are not included, and NN_PAIR and NN_BUS are not included in the 'nn-protocol' foreign enum type. It's not an urgent matter for me, but I thought I should point out the contradiction.

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.