#include "config.h"#include <ibrdtn/api/Client.h>#include <ibrdtn/api/FileBundle.h>#include <ibrdtn/api/BLOBBundle.h>#include <ibrcommon/net/tcpclient.h>#include <ibrcommon/thread/Mutex.h>#include <ibrcommon/thread/MutexLock.h>#include <ibrcommon/data/BLOB.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | print_help () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 33 of file dtnsend.cpp.
References ibrcommon::tcpstream::close(), dtn::api::Client::close(), dtn::api::Client::connect(), ibrcommon::TmpFileBLOB::create(), dtn::data::EID::getNodeEID(), dtn::api::Client::MODE_SENDONLY, print_help(), dtn::api::Bundle::setLifetime(), dtn::api::Bundle::setPriority(), and ibrcommon::Exception::what().
| void print_help | ( | ) |
Definition at line 19 of file dtnsend.cpp.
1.6.3