aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2018-02-26Minor fix for package build, delete pending interest after timeout expiration.Mauro Sardara3-9/+10
Change-Id: I9649bcee4a6daa8dcf2183fcfd903d8806798f52 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-26Minor fixes for iping output.Mauro Sardara4-19/+56
Change-Id: Ia35e43dc62f2466128baefc119649fcff3e53858 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-26Removed old iPing application.Mauro Sardara11-1097/+7
New apps added: iping-client: ping client that provides statistics regarding the rtt and the losses. It allows to configure the ping interval, the interest lifetime, the ttl and the name. iping-server: simple server replying to icnet-ping-client. It allows to configure the reply size and the name. Change-Id: I6b08333147acfaffd8becacb48f27f6c42dbeeb9 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-23Added native PING applicationMauro Sardara5-1/+401
Change-Id: If76818fdc90e7223e811ece0c21f8a7c67defa4c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-16Improvements for HTTP messages processingMauro Sardara1-1/+0
Change-Id: I7274a4ace481cc468c1844d1278e2905721c128f Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-16Improvements for HTTP messages processingMauro Sardara2-5/+7
Change-Id: Iefcbfa1820bd47fd52475780c68c363a2baa2568 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-10-12Fixing the feature to download a given number of segments in http-dash-clientJacques Samain1-3/+3
Change-Id: I584d6480a5c22d9ea033efbe8f24c0c58b33004c Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
2017-09-22Add simple applications for ICN17 tutorialMauro Sardara5-0/+252
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 Sardara1-2/+8
helper. Change-Id: I0107bb216e961c189a62f5c6bb3b22fc563919a7 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara13-496/+274
- 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-29Adding dev and doc package support.Mauro Sardara4-7/+7
Change-Id: I89b4aa6598d88226a1eafd6b7240a30be3d795c3 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-18- Fixing code style issuesMauro Sardara1-6/+19
- 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-03-27Adding support for creating DEB and RPM packagesMauro Sardara1-1/+1
Change-Id: If2ba80f4b7f75cbdaa56349ccfe26663289a403a Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-06This commit solves some little bugs in the iPing application.Mauro Sardara3-6/+8
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 <msardara+fdio@cisco.com>
2017-02-22Initial Commit: libicnetMauro Sardara17-0/+1954
Change-Id: I10a72cb0d84b76553a85c168416b847f6a4ff5f6 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>