aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/transport/icnet_transport_socket_producer.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Add simple applications for ICN17 tutorialMauro Sardara1-0/+1
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/+2
helper. Change-Id: I0107bb216e961c189a62f5c6bb3b22fc563919a7 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara1-0/+728
- 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>