Skip to content

Commit

Permalink
ready for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschudin committed Jul 27, 2013
1 parent 468379c commit 7f9e95c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# history:
# 2012-10-12 created (christian.tschudin@unibas.ch)
# 2013-07-25 this version
# 2013-07-27 this version


Abstract:
Expand Down Expand Up @@ -66,12 +66,14 @@ should cover:
As an interoperability goal we set for ourselves the threshold that
the CCN-lite software must be able to route at the CCN level between
fully fledged CCNx daemons so that one can successfully run
applications such as PARC's chat and the SYNC protocol over a
heterogeneous CCNx network:
applications such as PARC's SYNC protocol over a heterogeneous
CCNx network:

ccnchat or sync (ccnr) ccnchat or sync (ccnr)
| |
ccnd <--> ccn-lite-relay <--> ccn-lite-relay <--> ccnd
sync (ccnr) sync (ccnr)
| |
ccnd <--> ccn-lite-relay <-- eth --> ccn-lite-relay <--> ccnd

See the script test/script/interop-SYNCoEth-a.sh how this is done.

What we do NOT cover in our CCN-lite code is:

Expand Down
2 changes: 1 addition & 1 deletion ccnl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* 2011-04-09 created
*/

#define CCNL_VERSION "2013-06-27"
#define CCNL_VERSION "2013-07-27"

static struct ccnl_interest_s* ccnl_interest_remove(struct ccnl_relay_s *ccnl,
struct ccnl_interest_s *i);
Expand Down

0 comments on commit 7f9e95c

Please sign in to comment.