Friday, March 24, 2006

FLUTE Procol at Nokia 770 (Maemo)

The "new" protocol called FLUTE (File Delivery over Unidirectional Transport, RFC 3926) is the basis of the 3GPP MBMS (Multimedia Broadcast/Multicast Service) and DVB-H IP Datacasting services (e.g. to send the program guide XML file). It is used for multicast files transfer over IP networks. Fute has a couple of open source projects: MAD-FLUTE from Tampere Univercity of Technology MCLv3 (MultiCast Library version 3) Project fron INRIA Rhône-Alpes Last week we tried to use MAD-FLUTE in Maemo, and it just worked fine. I followed these steps: 1. Download Mad-flute from www.atm.tut.fi/mad/download.html 2. Compile it in the PC and in Scratchbox (just make) 3. Allow multicast routing in the PC: - # route add -net 224.0.0.0 netmask 240.0.0.0 dev usb0 4. Send a file from PC: - # ./flute -S -m:224.1.1.1 -p:4000 -t:2 -r:100 -F:myfile.txt -o:1 -C 5. Receive the file in the N770: - # ./flute -A -m:224.1.1.1 -p:4000 -t:2 -s:192.168.2.14 You can also use "tcpdump -i usb0" to see network trafic in the 770.

2 Comments:

At 10:18 AM, Blogger Hallyson Melo said...

Thanks sampypee. I will take a look on it.

 
At 4:03 AM, Anonymous Anonymous said...

Hi All,

I want to use FLUTE for not only file sending over mcast address, i want to use to send normal text messages. Can you please suggest me how can I acheive text messages sending using FLUTE ?

Thanks in Advance.

Venu...

 

Post a Comment

<< Home