Coypu

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Image:Coypu select file.png|thumb|Select file to send]]
 
[[Image:Coypu list device.png|thumb|Bluetooth device found]]
 
[[Image:Coypu list device.png|thumb|Bluetooth device found]]
 
[[Image:Coypu file sent.png|thumb|File sent]]
 
[[Image:Coypu file sent.png|thumb|File sent]]
Line 5: Line 6:
 
Coypu is a utility for send file via Bluetooth. For now work only from openmoko to other device.
 
Coypu is a utility for send file via Bluetooth. For now work only from openmoko to other device.
 
You have to install obexpush from angstrom repository [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/obexpush_1.0.0-r3.1_armv4t.ipk]
 
You have to install obexpush from angstrom repository [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/obexpush_1.0.0-r3.1_armv4t.ipk]
For now this software have a lot of problem.
+
For now this software has a lot of problems.
 +
 
 +
There are several obex programs allowing file transfer, all in console at the moment. Obexpush installs obextool, and opd daemon:
 +
 
 +
opkg install obexpush
 +
 
 +
Default receiving path (editable in /etc/default/opd_args ) doesn exist, so create it
 +
 
 +
mkdir /var/obexpush
 +
 
 +
Files are then received automatically, no notice, no confirmation... they just silently appear in /var/obexpush
 +
 
 +
To send some files, first scan for devices:
 +
 
 +
hcitool scan
 +
Scanning ...
 +
00:16:41:F5:A5:BC laptop
 +
 
 +
Then send it onto bt address found in the scan:
 +
 
 +
obextool push image.jpg 00:16:41:F5:A5:BC 10
 +
 
 +
The console tools are for testing the interface (see [[SHR User Manual]]).
  
 
==Installation==
 
==Installation==
Line 36: Line 59:
 
----
 
----
 
Visit http://minucci.net/openmoko.php
 
Visit http://minucci.net/openmoko.php
 +
 +
[[Category:Bluetooth]]

Latest revision as of 10:32, 12 August 2009

Select file to send
Bluetooth device found
File sent

[edit] Introduction

Coypu is a utility for send file via Bluetooth. For now work only from openmoko to other device. You have to install obexpush from angstrom repository [1] For now this software has a lot of problems.

There are several obex programs allowing file transfer, all in console at the moment. Obexpush installs obextool, and opd daemon:

opkg install obexpush

Default receiving path (editable in /etc/default/opd_args ) doesn exist, so create it

mkdir /var/obexpush

Files are then received automatically, no notice, no confirmation... they just silently appear in /var/obexpush

To send some files, first scan for devices:

hcitool scan
Scanning ...
	00:16:41:F5:A5:BC	laptop

Then send it onto bt address found in the scan:

obextool push image.jpg 00:16:41:F5:A5:BC 10

The console tools are for testing the interface (see SHR User Manual).

[edit] Installation

You can download opk fils from following link

http://minucci.net/file/opkg/coypu_0.1_all.opk

and then:

opkg install coypu_0.1_all.opk

or directly:

opkg install http://minucci.net/file/opkg/coypu_0.1_all.opk

Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:

cd /etc/opkg
wget http://minucci.net/file/gecco-feed.conf

and then:

opkg update
opkg install coypu


[edit] Bug

  • to many bugs for a list :)

Visit http://minucci.net/openmoko.php

Personal tools
Bluetooth device found
File sent

Introduction

Coypu is a utility for send file via Bluetooth. For now work only from openmoko to other device. You have to install obexpush from angstrom repository [1] For now this software have a lot of problem.

Installation

You can download opk fils from following link

http://minucci.net/file/opkg/coypu_0.1_all.opk

and then:

opkg install coypu_0.1_all.opk

or directly:

opkg install http://minucci.net/file/opkg/coypu_0.1_all.opk

Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:

cd /etc/opkg
wget http://minucci.net/file/gecco-feed.conf

and then:

opkg update
opkg install coypu


Bug

  • to many bugs for a list :)

Visit http://minucci.net/openmoko.php