Skip to content

Hackathon 13th July 2018

Michael Frey edited this page Jul 10, 2018 · 24 revisions

Agenda

  • Unit tests in CCN-lite
  • Data structures

Participants

Topics

Unit tests in CCN-lite

Data structures

We want to start to refactor the interface for accessing various data structures across CCN-lite. One good starting point might be the content store. There is already a ticket which discusses some ideas, such as callbacks and a unified interface for accessing the content store (and hence allow to provide different implementations).

Ideas

NDN-CPP

I've thought it might be a good idea to look how NDN does it. The Data API is a good starting point.

Clone this wiki locally