Giter Site home page Giter Site logo

eyefi-config's Introduction

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'


eyefi-config's People

Contributors

hansendc avatar palmer-dabbelt avatar rockwalrus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

eyefi-config's Issues

Have eyefi act as a a fileserver ?

I actually would like to stick this SD card on a machine and send files to it. For 3d-printing the availability of having a wifi-enabled card is pretty neat.

Has anyone tried to put a tiny OS on the system , perhaps to handle the storage liek a NFS share ?

EyeFi Mobi card support?

I have an Eye-Fi mobi card that I'm trying to use just for syncing photos to a cell phone via the WiFi. I even have the old phone app but I'm unable to connect to the wifi card as I'm unable to pull the password. Running the config says
"unable to locate Eye-Fi card Please check that your card is inserted and mounted" which it certainly is.

activation eyefi

hello, sorry for asking because i am not linux expert.
is this can use to activate the eyefi? is this must use eyefi server ?

as we know the eyefi stop support the old version of the card. and my pc got corrupt last time. so i want to install eyefi manager and failure.

could you give some information .. thanks a lot

upload key is empty

$ sudo ./eyefi-config -u
located EyeFi card at: '/mnt/usb'
card upload key (len: 0): ''

What does it mean? My card was activated, I just haven't used it for years.

Compilation error on Mac

Hi,
I'm getting a compilation error when trying to compile the project on Mac Sierra with XCode.

here's the compile output:

cc -g -Wall   -c -o eyefi-config.o eyefi-config.c
eyefi-config.c:235:3: warning: variable 'tmp' is uninitialized when used here
      [-Wuninitialized]
                tmp += addr[i];
                ^~~
eyefi-config.c:228:9: note: initialize the variable 'tmp' to silence this
      warning
        int tmp;
               ^
                = 0
1 warning generated.
cc -g -Wall   -c -o eyefi-unix.o eyefi-unix.c
eyefi-unix.c:199:16: warning: comparison of constant -1 with expression of type
      'enum transfer_mode' is always false
      [-Wtautological-constant-out-of-range-compare]
                if (new_mode == -1) {
                    ~~~~~~~~ ^  ~~
1 warning generated.
cc -g -Wall   -c -o sha1.o sha1.c
cc -g -Wall   -c -o md5.o md5.c
md5.c:289:30: warning: 'memset' call operates on objects of type
      'struct MD5Context' while the size is based on a different type
      'struct MD5Context *' [-Wsizeof-pointer-memaccess]
    os_memset(ctx, 0, sizeof(ctx));     /* In case it's sensitive */
              ~~~            ^~~
md5.c:289:30: note: did you mean to dereference the argument to 'sizeof' (and
      multiply it by the number of elements)?
    os_memset(ctx, 0, sizeof(ctx));     /* In case it's sensitive */
                             ^~~
1 warning generated.
cc -g -Wall   -c -o eyefi-osx.o eyefi-osx.c
eyefi-osx.c:4:9: warning: implicit declaration of function 'fcntl' is invalid in
      C99 [-Wimplicit-function-declaration]
        return fcntl(fd, F_NOCACHE, 1);
               ^
eyefi-osx.c:4:19: error: use of undeclared identifier 'F_NOCACHE'
        return fcntl(fd, F_NOCACHE, 1);
                         ^
1 warning and 1 error generated.
make: *** [eyefi-osx.o] Error 1

any help is kindly appreciated.

Compilation error in Linux

Getting the following compilation error in Ubuntu Linux Mint:

osboxes eyefi-config-eyefi-config-013 # make
cc -g -Wall   -c -o eyefi-config.o eyefi-config.c
In file included from eyefi-config.c:11:0:
eyefi-config.h:4:23: fatal error: sys/types.h: No such file or directory
compilation terminated.
<builtin>: recipe for target 'eyefi-config.o' failed
make: * [eyefi-config.o] Error 1

What is this?

Sorry for being ignorant but what is this?

I have an activated Eye-Fi card (I also know the wifi password) that sends images to Shuttersnitch on iPad just fine.

I'm also running a Mac (Catalina). I'm interested in finding my Eye-Fi upload key incase I need it in the future.

Will this Github allow me to do that? If so how?

Sorry for asking something so simple

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.