]> CyberLeo.Net >> Repos - SourceForge/eyefi-config.git/summary
 
descriptionEyeFi configuration utility - Upstream http://git.sr71.net/?p=eyefi-config.git - Cloned from git://git.sr71.net/eyefi-config.git
ownerCyberLeo
last changeWed, 15 Sep 2010 19:04:44 +0000 (14:04 -0500)
readme
Just:

	make

Then:

To scan for networks:

$ ./eyefi-config -s
Scanned wireless networks:
'MYESSID' type(2): WPA, strength: 33
'VEXD2' type(1): WEP, strength: -1

Fetch the log:

$ ./eyefi-config -l
fetching EyeFi card log part 1/4...done
fetching EyeFi card log part 2/4...done
fetching EyeFi card log part 3/4...done
fetching EyeFi card log part 4/4...done
56:48] Done scanning for new photos. Uploads not pending.
[56:48] Done scanning for all photos. Uploads not pending.
[802:37]   EAPOL-Key type=2
[802:37] WPA: RX message 1 of 4-Way Handshake from 00:11:95:aa:bb:cc (ver=2)
[802:37] WPA: Sending EAPOL-Key 2/4
...

Test a network (without adding to the card:

# ./eyefitest -t ESSID -p password
trying to connect to WPA network: 'MYESSID' with passphrase: 'password'
Testing connecion to 'MYESSID' (1): locating network
Testing connecion to 'MYESSID' (2): verifying network key.....
Testing connecion to 'MYESSID' (3): waiting for DHCP..................
Testing connecion to 'MYESSID' (4): testing connection to Eye-Fi server.....
Testing connecion to 'MYESSID' (5): success
Succeeded connecting to: 'MYESSID'

Add a network:

$ ./eyefi-config -a MYESSID -p password
trying to connect to WPA network: 'MYESSID' with passphrase: 'password'
Testing connecion to 'MYESSID' (1): locating network
Testing connecion to 'MYESSID' (2): verifying network key.....
Testing connecion to 'MYESSID' (3): waiting for DHCP..................
Testing connecion to 'MYESSID' (4): testing connection to Eye-Fi server.....
Testing connecion to 'MYESSID' (5): success
Succeeded connecting to: 'MYESSID'

List the networks configured on the card:

$ ./eyefi-config -c
configured wireless networks:
'bcdefghijkl'
'MYESSID'


shortlog
2010-09-15 CyberLeoChange filesystem detection to fstypename comparison... master
2010-09-15 Dave HansenRemove unnecessary system()
2010-09-15 Dave HansenFreeBSD support eyefi-config-010
2010-09-15 Dave Hansenadd "wrote" variable
2010-08-09 Dave HansenAdd some new code to handle D90 commands
2010-05-04 Dave HansenAdd firmware fetch perl script
2009-03-26 Nathan Summers64-bit fixes eyefi-config-009
2009-03-26 Nathan SummersSupport for 40-bit WEP keys.
2009-03-26 Nathan SummersAdded dependencies on eyefi-config.h
2009-03-26 Dave Hansenfix gcc warning
2009-02-17 Dave HansenDon't clobber password. eyefi-config-008
2009-02-05 Dave HansenMake network scan list a bit cleaner. eyefi-config-007
2009-02-05 Dave HansenReplace O_DIRECT with posix_fadvise(). This is easier...
2008-12-18 Dave HansenAdd some new WEP code and some experimental non-working eyefi-config-006
2008-08-15 Dave Hansenprefix the network types with NET_ eyefi-config-005
2008-07-13 Dave Hansenmore portability improvements eyefi-config-004
...
tags
13 years ago eyefi-config-010
15 years ago eyefi-config-009
15 years ago eyefi-config-008
15 years ago eyefi-config-007
15 years ago eyefi-config-006
15 years ago eyefi-config-005
15 years ago eyefi-config-004
16 years ago eyefi-config-003
16 years ago eyefi-config-002
16 years ago eyefi-config-001
heads
13 years ago experimental-FreeBSD-nocache
13 years ago master