You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dave Hansen 6101f075b9 merge with previous gitignore (which wasn't committed to git) 9 years ago
.gitignore merge with previous gitignore (which wasn't committed to git) 9 years ago
COPYING initial commit 16 years ago
Makefile Don't fail "make clean" when some files are missing 9 years ago
README fixup binary name in README 12 years ago
eyefi-chdk.c prefix the network types with NET_ 15 years ago
eyefi-config.c Remove the executable bit from some sources 9 years ago
eyefi-config.h add comment for endless command 11 years ago
eyefi-firmware-fetch.pl Add firmware fetch perl script 14 years ago
eyefi-freebsd.c Remove unnecessary system() 13 years ago
eyefi-linux.c Check the result of a "sscanf" call 9 years ago
eyefi-osx.c more portability improvements 15 years ago
eyefi-unix.c Remove the executable bit from some sources 9 years ago
md5.c add new files 16 years ago
sha1.c add new files 16 years ago

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:

# ./eyefi-config -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'