Git Product home page Git Product logo

ccn4bnode's People

Contributors

truedat101 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cscarlson

ccn4bnode's Issues

Looking to Contribute

Hey truedat101,

Wanted to say keep up the good work - looks like its starting to come together nicely.

I wanted to formally let you know I plan to contribute, as I have some ideas that you may like. However, I'm still taking baby steps in CCNx and was hoping you could shed some insight.

As I said, I'm still warming up to the CCNx basics, so understanding these is essential. I have searched high and low to find out what the process for turning a Name-string into a CCNb-compatible format. My question is, if I have the Interest "ccnx:/PARC/readMe" - how do I prepare it to go over the wire via TCP? I just want to ping the CCNd and get a response of ANY kind.

Example:

  1. Take the ccnx Name (var name = 'ccnx:/PARC/readMe';), and split() on slash '/'.
  2. base64Encode name: name[1] = base64Encode(name[1]); name[2] = base64Encode(name[2]);
  3. Pack prefixes into XML: <...><...><component ...>name[1]...</...>
  4. XML to hex: var Interest = new hex(XML);
  5. Create buffer: var buf = new Buffer(16).fill(0);
  6. Write to buffer: buf.write(XML);
  7. Send to CCNd: tcp.write(buf);

As you can see, I'm in the weeds here, so ANY insight is greatly appreciated.

Much Appreciation,

Cody

good work!

Hey there, just wanted to give you a shout out and say I appreciate the work you're doing here. I'm working on a webapp that I feel is perfect for ccn and this will help a lot. I realize you're in active development, just like the actual ccnx protocol, but I was wondering what the 'usability status' of this project is... are we talking 'it works, but it's not pretty and it crashes all the time' or 'well, my ping came back at least' or 'this is a rough outline for how this could function'?

Thanks again, and let me know what I can do to help.

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.