From: Claudio Takahasi <cktakahasi@gmail.com>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Bluez PAN (bnep) Supports IP Multicast ?
Date: Mon, 29 Aug 2005 08:09:42 -0300 [thread overview]
Message-ID: <e1effdeb05082904093881552a@mail.gmail.com> (raw)
In-Reply-To: <1125308614.25073.8.camel@blade>
I am not sure if it can help you, but try the following command:
ifconfig bnep0 allmulti multicast
route add -net 239.0.0.0 netmask 255.0.0.0 bnep0
Maybe you have to replace the bnep0 by your bridge interface(pan0).
Regards,
Claudio.
On 8/29/05, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Heejune,
>=20
> > I am integrating UPNP Program on Bluez (REDHAT 9.0).
> > As you may know, UpnP uses IP multicast for M-SERACH, NOTIFY function.
> > I successfully setup PAN Profile GN, and it is confirmed by "ping".
> >
> > However, when I try to setoption my socket to multicast, it is got err=
ored!!!!!!!!!!!!!!!!!!!!!!!!!!!
> > res =3D setsockopt(ssdpSock, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char *) &=
ssdpMcastAddr, sizeof(struct ipmreq)));
> > we got "res <0" ^^;;;
> > From bluetooth spec, the default behavior is no filtering, i.e, any mul=
ticast packet should be broadcasted to all PANU.
> > What should I do for making my program use multicast IP address??? IS =
it possible in BLUEZ?
> >
> > I am using REDHAT 9.0 and bluezlib-2.13 and bluexutil-2.13
>=20
> why don't you start using a 2.6 kernel and the latest bluez-libs and
> bluez-utils? Your versions are outdated.
>=20
> Regards
>=20
> Marcel
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic=
es
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q=
A
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2005-08-29 11:09 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-24 10:13 [Bluez-users] Error when compiling bluez-utils CoCozZ geek
2004-12-24 12:41 ` Marcel Holtmann
2004-12-25 11:19 ` blookk -
2004-12-25 12:16 ` CoCozZ geek
2004-12-25 13:10 ` Marcel Holtmann
2004-12-25 13:19 ` CoCozZ geek
2004-12-25 13:47 ` Marcel Holtmann
2004-12-25 15:29 ` CoCozZ geek
2004-12-25 15:40 ` Marcel Holtmann
2004-12-25 17:23 ` CoCozZ geek
2004-12-25 17:28 ` Marcel Holtmann
2004-12-25 17:45 ` CoCozZ geek
2004-12-25 17:49 ` Marcel Holtmann
2004-12-25 17:54 ` CoCozZ geek
2004-12-25 17:58 ` Marcel Holtmann
2004-12-25 18:08 ` CoCozZ geek
2004-12-25 18:08 ` CoCozZ geek
2004-12-25 18:11 ` CoCozZ geek
2004-12-25 18:32 ` CoCozZ geek
2004-12-25 18:48 ` Marcel Holtmann
2004-12-27 2:03 ` [Bluez-users] How is the CTP in BLUEZ going? Heejune AHN
2004-12-26 19:11 ` Brad Midgley
2004-12-27 9:27 ` Heejune AHN
2004-12-27 5:26 ` Marcel Holtmann
2004-12-27 9:26 ` Heejune AHN
2004-12-31 20:30 ` [Bluez-users] Source sample custom Bluetooth Jonathan Sass
2005-01-01 18:40 ` Marcel Holtmann
2005-01-03 17:14 ` Jonathan Sass
2005-01-03 18:20 ` Marcel Holtmann
2005-01-03 18:38 ` Jonathan Sass
2005-01-03 18:56 ` Marcel Holtmann
2005-01-04 6:34 ` Jonathan Sass
2005-01-04 11:50 ` Marcel Holtmann
2005-01-05 3:53 ` Jonathan Sass
2005-01-05 11:44 ` Marcel Holtmann
2005-01-06 0:00 ` Jonathan Sass
2005-01-06 12:34 ` Marcel Holtmann
2005-08-29 6:46 ` [Bluez-users] Bluez PAN (bnep) Supports IP Multicast ? Heejune AHN
2005-08-29 9:43 ` Marcel Holtmann
2005-08-29 11:09 ` Claudio Takahasi [this message]
2005-08-29 11:19 ` Heejune AHN
2005-08-29 11:30 ` Marcel Holtmann
2005-09-01 12:05 ` Heejune AHN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e1effdeb05082904093881552a@mail.gmail.com \
--to=cktakahasi@gmail.com \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox