#include "config.h"#include "ibrdtn/api/Client.h"#include "ibrdtn/api/FileBundle.h"#include "ibrcommon/net/tcpclient.h"#include "ibrcommon/thread/Mutex.h"#include "ibrcommon/thread/MutexLock.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 30 of file dtnsend.cpp.
References ibrcommon::tcpstream::close(), dtn::api::Client::close(), dtn::api::Client::connect(), dtn::data::EID::getNodeEID(), dtn::api::Client::MODE_SENDONLY, print_help(), dtn::api::Bundle::setLifetime(), and ibrcommon::Exception::what().
| void print_help | ( | ) |
Definition at line 17 of file dtnsend.cpp.
1.5.6