[dtn-users] BP-RI implementation test
Maël Auzias <dtnrg@auzias.net> Wed, 19 March 2014 08:42 UTC
Return-Path: <auzias.mael@gmail.com>
X-Original-To: dtn-users@ietfa.amsl.com
Delivered-To: dtn-users@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com
(Postfix) with ESMTP id 9F2141A06D9 for <dtn-users@ietfa.amsl.com>;
Wed, 19 Mar 2014 01:42:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.223
X-Spam-Level:
X-Spam-Status: No,
score=0.223 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1,
DKIM_VALID=-0.1, FM_FORGED_GMAIL=0.622, FREEMAIL_FROM=0.001,
HTML_MESSAGE=0.001, J_CHICKENPOX_54=0.6, J_CHICKENPOX_55=0.6,
MIME_8BIT_HEADER=0.3, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MKhgRuCCKgu9 for
<dtn-users@ietfa.amsl.com>; Wed, 19 Mar 2014 01:42:51 -0700 (PDT)
Received: from mail-ve0-x233.google.com (mail-ve0-x233.google.com
[IPv6:2607:f8b0:400c:c01::233]) by ietfa.amsl.com (Postfix) with ESMTP id
57F0F1A0344 for <dtn-users@irtf.org>; Wed, 19 Mar 2014 01:42:51 -0700 (PDT)
Received: by mail-ve0-f179.google.com with SMTP id db12so8343951veb.24 for
<dtn-users@irtf.org>; Wed, 19 Mar 2014 01:42:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:sender:from:date:message-id:subject:to:content-type;
bh=S9snqt2YBd6wR2MzY6rswTEst0ZOVF01ggPvfDzghHk=;
b=LMWjMQbo6M2ihOzjz2CCLTcA2dwCRm9YHjuPvhi7q8yly524x9fnCTM9URXscRGLog
BEuqjlZlT7Kv8N+EgDSzXHRvxow2HcBbjlEh/T/5TvZAavROF0yFkn6yfZFSvqetHTnU
jAr1MLhXmErVkX5jCowzq1eAEsy6YHdTy+GUGfXxzI0uXCCssiOgquoCaakNWFA8cHcb
LxzQufb+KgEpMDhfgTp5NSQIr2E2pDWxKrFJH+GpJYpNCoqWl/3Nq+Hy2EG9KPJTBcyT
EMiZyGzlkWffbJAiXgIqvFbnzYWC/yetxz3iYS1dEXqg4jQ47nMnZOUPe/HwUGxBkNW4 GHbw==
X-Received: by 10.220.250.203 with SMTP id mp11mr1218760vcb.2.1395218562565;
Wed, 19 Mar 2014 01:42:42 -0700 (PDT)
MIME-Version: 1.0
Sender: auzias.mael@gmail.com
Received: by 10.220.76.73 with HTTP; Wed, 19 Mar 2014 01:42:12 -0700 (PDT)
From: =?ISO-8859-1?Q?Ma=EBl_Auzias?= <dtnrg@auzias.net>
Date: Wed, 19 Mar 2014 09:42:12 +0100
X-Google-Sender-Auth: 4TgOT_q-r2HF57E1eoSNdxwrjos
Message-ID: <CAOu+1s-rzmku8zEfnK-b2mPjXckT_72h-b_ApNAQCssdcARzYA@mail.gmail.com>
To: dtn-users@irtf.org
Content-Type: multipart/alternative; boundary=089e013d0502ce4b3e04f4f1a264
Archived-At: http://mailarchive.ietf.org/arch/msg/dtn-users/qV55ramgMZmRLtw6lk6owklYLkQ
Subject: [dtn-users] BP-RI implementation test
X-BeenThere: dtn-users@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "The Delay-Tolerant Networking Research Group \(DTNRG\) - Users."
<dtn-users.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/dtn-users>,
<mailto:dtn-users-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/dtn-users/>
List-Post: <mailto:dtn-users@irtf.org>
List-Help: <mailto:dtn-users-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/dtn-users>,
<mailto:dtn-users-request@irtf.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Mar 2014 08:42:53 -0000
Hi everyone,
I'm testing the BP-RI
<http://masaka.cs.ohiou.edu/ocp/bundling.html>implementation. Once I
got it compiled without any error I try to run it as
described in the README.
However an error occurs at the start, here is the output:
*root@pc-mna-78:~/BP-RI/classes# java edu.ohiou.ocp.dtn.BPServer* #more
configuration details below
Off-World Communication Protocols Research Group BP-RI: 1.0
Starting BP Server:v1.0...
BPServer failed to bind to //localhost/BPServer! - Connection refused to
host: localhost; nested exception is:
java.net.ConnectException: Connection refused
Did someone already get through this one ?
Also I cannot find anything related with dynamic neighbors discovery
(neither in the source code, neither in the doc, neither in the conf-file),
is there any mechanism which take care of it ?
Configuration details
*root@pc-mna-78:~/BP-RI/classes# route -n*
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0
wlan0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0
wlan0
*root@pc-mna-78:~/BP-RI/classes# ifconfig *
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4808 errors:0 dropped:0 overruns:0 frame:0
TX packets:4808 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1011705 (987.9 KiB) TX bytes:1011705 (987.9 KiB)
wlan0 Link encap:Ethernet HWaddr 0c:60:76:66:2d:64
inet addr:192.168.0.78 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::e60:76ff:fe66:2d64/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11742 errors:0 dropped:0 overruns:0 frame:6484792
TX packets:17905 errors:31 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:682229 (666.2 KiB) TX bytes:10328677 (9.8 MiB)
Interrupt:17
- [dtn-users] BP-RI implementation test Maël Auzias
- Re: [dtn-users] BP-RI implementation test Ivancic, William D. (GRC-RHN0)
- Re: [dtn-users] BP-RI implementation test Maël Auzias
- Re: [dtn-users] BP-RI implementation test Johannes Morgenroth
- Re: [dtn-users] BP-RI implementation test Jayram Déshpandé
- Re: [dtn-users] BP-RI implementation test Jayram Déshpandé
- Re: [dtn-users] BP-RI implementation test Burleigh, Scott C (312G)
- Re: [dtn-users] BP-RI implementation test Jim Miner (jminer)