What I would like to see the ability to configure the eye-fi card without any special software required. You should be able to put the card in any SD reader and use any text editor to enter configuration parameters into a special filename on the eye-fi card. Let's call this special file name
config.txt. When the ey-fi card powers up and sees
config.txt, it reads the configuration parameters from
config.txt and then writes them to its internal flash. If the configuration file
config.txt was read successfully and the eye-fi card updated its internal configuration successfully, the eye-fi card would then write its current configuration to a text file called
config.out. After
config.out was read by the user, both
config.out and
config.txt could be deleted. If the filename
config.txt does not exist, the eye-fi card uses its the last internal configuration that it saved in its internal flash.
A
config.txt could look something like this:
- Code: Select all
apnam=HOME # home wireless access point name
search=no # search for open access points if home access point is not found
server=home.user.net # Home server IP address or host name
serverport=22 # port of home server
serverdirectory=/home/user/photos # directory where photos are stored on the home server
username=eye-fi # username for eye-fi account on the home.server
A
config.out could look something like this:
- Code: Select all
apnam=HOME # home wireless access point name
search=no # search for open access points if home access point is not found
server=home.user.net # Home server IP address or host name
serverport=22 # port of home server
serverdirectory=/home/user/photos # directory where photos are stored on the home server
username=eye-fi # username for eye-fi account on the home.server
ssh-rsa abaskdde.... eye-fi@eye-fi # eye-fi card public rsa key for scp tranfers to home server