cicn.git
8 years agoAdding android support 19/5819/7
Mauro Sardara [Tue, 21 Mar 2017 22:52:22 +0000 (23:52 +0100)]
Adding android support

Change-Id: Id8d0aaf61e6576209a8e329aa26cb73113832296
Signed-off-by: Mauro Sardara <[email protected]>
8 years agoThis commit solves some little bugs in the iPing application. 35/5635/4
Mauro Sardara [Mon, 6 Mar 2017 14:00:04 +0000 (15:00 +0100)]
This commit solves some little bugs in the iPing application.

1) The client sends to the server a name containing (among the other things) the size of the ContentObject the server has to reply to the client.
The problem is that the Server is expecting to find this size always at the same position in the name inside the interest; if the client sends an interest with a name that matches the FIB but is not exactly the name the server is expecting (e.g. ccnx:/ping/a instead if ccnx:/ping), the server reads the wrong segment (not the one with the size) and sends out a content object with an undefined size.
2) The maximum payload size of a content object is 64000. This causes fragmented packets to not be processed by the forwarder itself if they are coming from a remote connection. A quick fix consists in setting the max payload size of a content object to 1400.
So the max size of a content object should be 1400 and not 64000.

Change-Id: Ib555b7beb3cfe9172904bd63b8e3a76fe3f71a50
Signed-off-by: Mauro Sardara <[email protected]>
8 years ago- Fixed bug in retrieving the max number of retransmissions. 18/5518/1
Mauro Sardara [Fri, 24 Feb 2017 19:12:47 +0000 (20:12 +0100)]
- Fixed bug in retrieving the max number of retransmissions.

Change-Id: I690bfd693c75c86c4d6fe2be80c3dc24f0dd059c
Signed-off-by: Mauro Sardara <[email protected]>
8 years ago- Added missing dependency "ccnx-portal-rta", still needed for the control messages 17/5517/7
Mauro Sardara [Fri, 24 Feb 2017 18:27:34 +0000 (19:27 +0100)]
- Added missing dependency "ccnx-portal-rta", still needed for the control messages
- Fixed little typo for being compliant with the code style
- Removed include statements of deprecated library "ccnx-portal"
- added level of optimization of 3 by default

Change-Id: Id353e58fa1e7eeeb90bdf19ec7fd921876ab12c4
Signed-off-by: Mauro Sardara <[email protected]>
8 years agoChange dependency libboost-all-dev to libboost-system-dev, the only one required... 83/5483/2
Mauro Sardara [Wed, 22 Feb 2017 22:13:44 +0000 (23:13 +0100)]
Change dependency libboost-all-dev to libboost-system-dev, the only one required by the libicnet

Change-Id: I164913cfe7b014138c1dd2a602972a1496d6664b
Signed-off-by: Mauro Sardara <[email protected]>
8 years agoAdd supported platforms in README.md file 82/5482/3
Mauro Sardara [Wed, 22 Feb 2017 21:47:49 +0000 (22:47 +0100)]
Add supported platforms in README.md file

Change-Id: I8dd0b8d3352eba8c600a9cc20951f6d010a9a7e7
Signed-off-by: Mauro Sardara <[email protected]>
8 years agoMinor fixes 80/5480/3
Mauro Sardara [Wed, 22 Feb 2017 19:09:10 +0000 (20:09 +0100)]
Minor fixes

Change-Id: I58d6ad647e272f66a96ca483c3b47798f4023ea9
Signed-off-by: Mauro Sardara <[email protected]>
8 years agoInitial Commit: libicnet 69/5469/2
Mauro Sardara [Wed, 22 Feb 2017 13:37:37 +0000 (14:37 +0100)]
Initial Commit: libicnet

Change-Id: I10a72cb0d84b76553a85c168416b847f6a4ff5f6
Signed-off-by: Mauro Sardara <[email protected]>
8 years agoInitial empty repository
Vanessa Rene Valderrama [Thu, 2 Feb 2017 17:08:11 +0000 (17:08 +0000)]
Initial empty repository