aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/transport
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Add simple applications for ICN17 tutorialMauro Sardara2-1/+2
Change-Id: Ic76e73c87e0313056356a02d8ec45d6e337288cb Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-28Adding possibility to set lifetime when publishing content using the http ↵Mauro Sardara3-20/+32
helper. Change-Id: I0107bb216e961c189a62f5c6bb3b22fc563919a7 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-07Reinstating notification of downloading timeJacques Samain2-4/+5
Change-Id: I07a5e3d42b558d743ba6cae9ab2bd942f21f4e91 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
2017-07-05correct issue for compiling viperAngelo Mantellini (manangel)2-4/+4
Change-Id: Ie805337f3febe671e6c0777cb6744a201b6cb083 Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
2017-06-29Updated the rate estimation mecanism to compute downloading timeJacques Samain3-34/+34
Change-Id: Icc6835e719f77e45dc75e0fcccaa29a39c36c359 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
2017-06-27Add possibility to retrieve the low level consumer socket from the HTTP ↵Mauro Sardara1-1/+1
client helper Change-Id: I7a51427396397d06608fdae36e30c6f0bc7a9f3e Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara23-43/+136
- Application retrieve resources using the common HTTP url format. - Translation between network names and application names performed by the library - Added basic error handling - Added utils for http connections - Added support for differetn build types (DEBUG, RELEASE, RELEASE with debug symbols, RELEASE with min size executable) - Added support for iOS Change-Id: I8ba2a5d8bd70a4f7721e1bbc2efe3fb81ed2c98c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-18- Fixing code style issuesMauro Sardara4-6/+10
- Adding new feature to producer test: now it is possible to specify the size of the file to download - Fixing initialization of max number of retransmissions in icnet_socket_consumer.cc Change-Id: Ia7e48a4beda6adebf5179700c80f6d7316922187 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-12Fixing on check of joinable threadsMauro Sardara1-1/+4
Change-Id: Iac78cd1ff0254cd6871afee1bc70f8dee8d42d1c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-24Android log syntax fixMauro Sardara1-5/+5
Change-Id: I30702996f5f80837fffffe09a2da8542e6fa2487 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-22Adding android supportMauro Sardara2-3/+115
Change-Id: Id8d0aaf61e6576209a8e329aa26cb73113832296 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-02-24- Fixed bug in retrieving the max number of retransmissions.Mauro Sardara1-1/+1
Change-Id: I690bfd693c75c86c4d6fe2be80c3dc24f0dd059c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-02-24- Added missing dependency "ccnx-portal-rta", still needed for the control ↵Mauro Sardara1-2/+1
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 <msardara+fdio@cisco.com>
2017-02-22Minor fixesMauro Sardara2-2/+2
Change-Id: I58d6ad647e272f66a96ca483c3b47798f4023ea9 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-02-22Initial Commit: libicnetMauro Sardara24-0/+4463
Change-Id: I10a72cb0d84b76553a85c168416b847f6a4ff5f6 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>