]> CyberLeo.Net >> Repos - SourceForge/eyefi-config.git/blob - README
Added dependencies on eyefi-config.h
[SourceForge/eyefi-config.git] / README
1 Just:
2
3         make
4
5 Then:
6
7 To scan for networks:
8
9 $ ./eyefi-config -s
10 Scanned wireless networks:
11 'MYESSID' type(2): WPA, strength: 33
12 'VEXD2' type(1): WEP, strength: -1
13
14 Fetch the log:
15
16 $ ./eyefi-config -l
17 fetching EyeFi card log part 1/4...done
18 fetching EyeFi card log part 2/4...done
19 fetching EyeFi card log part 3/4...done
20 fetching EyeFi card log part 4/4...done
21 56:48] Done scanning for new photos. Uploads not pending.
22 [56:48] Done scanning for all photos. Uploads not pending.
23 [802:37]   EAPOL-Key type=2
24 [802:37] WPA: RX message 1 of 4-Way Handshake from 00:11:95:aa:bb:cc (ver=2)
25 [802:37] WPA: Sending EAPOL-Key 2/4
26 ...
27
28 Test a network (without adding to the card:
29
30 # ./eyefitest -t ESSID -p password
31 trying to connect to WPA network: 'MYESSID' with passphrase: 'password'
32 Testing connecion to 'MYESSID' (1): locating network
33 Testing connecion to 'MYESSID' (2): verifying network key.....
34 Testing connecion to 'MYESSID' (3): waiting for DHCP..................
35 Testing connecion to 'MYESSID' (4): testing connection to Eye-Fi server.....
36 Testing connecion to 'MYESSID' (5): success
37 Succeeded connecting to: 'MYESSID'
38
39 Add a network:
40
41 $ ./eyefi-config -a MYESSID -p password
42 trying to connect to WPA network: 'MYESSID' with passphrase: 'password'
43 Testing connecion to 'MYESSID' (1): locating network
44 Testing connecion to 'MYESSID' (2): verifying network key.....
45 Testing connecion to 'MYESSID' (3): waiting for DHCP..................
46 Testing connecion to 'MYESSID' (4): testing connection to Eye-Fi server.....
47 Testing connecion to 'MYESSID' (5): success
48 Succeeded connecting to: 'MYESSID'
49
50 List the networks configured on the card:
51
52 $ ./eyefi-config -c
53 configured wireless networks:
54 'bcdefghijkl'
55 'MYESSID'
56
57