Results 1 to 6 of 6

Thread: connect several etherdream

  1. #1
    Join Date
    Jan 2013
    Posts
    6

    Default connect several etherdream

    Hello nice laser programmer,
    i would like to connect several etherdream but i get a error like that when i trx to setuo the second laser
    !! socket error in bind: 48: Address already in use
    somebody have some help
    i develop a soft to permit to do laser mapping like that
    https://vimeo.com/66803122


    thanks
    francois
    www.mysquare.ch

  2. #2
    swamidog's Avatar
    swamidog is online now Jr. Woodchuckington Janitor III, Esq.
    Join Date
    Nov 2006
    Location
    santa fe, nm
    Posts
    1,545,752

    Default

    that's neat!

    do have a dchp server feeding ip's to the etherdream?

    Quote Originally Posted by tarrabass View Post
    Hello nice laser programmer,
    i would like to connect several etherdream but i get a error like that when i trx to setuo the second laser
    !! socket error in bind: 48: Address already in use
    somebody have some help
    i develop a soft to permit to do laser mapping like that
    https://vimeo.com/66803122


    thanks
    francois
    www.mysquare.ch
    suppose you're thinkin' about a plate o' shrimp. Suddenly someone'll say, like, plate, or shrimp, or plate o' shrimp out of the blue, no explanation. No point in lookin' for one, either. It's all part of a cosmic unconciousness.

  3. #3
    Join Date
    Jan 2013
    Posts
    6

    Default

    yes i use a dhcp router which provide different address to ehterdream box
    the interference seem to be before the network,
    did you manage to work with sereval etherdream ?

  4. #4
    Join Date
    Jan 2013
    Posts
    6

    Default

    i understood the first trouble
    because i tried to connect with several software
    now i try to connect several DAC with one soft
    and it still not working
    i can see both DAC but i can just connect to one ?

    [0.000007] == libetherdream started ==

    [0.000071] _: listening for DACs...

    [0.092075] _: Found new DAC: 10.0.0.4

    [0.713990] _: Found new DAC: 10.0.0.2

    [1.000084] == etherdream_lib_get_dac_count(): 2

    [notice ] ofxEtherdream::init - 0 Ether Dream 8867544

    [notice ] ofxEtherdream::init - 1 Ether Dream 15158476

    This one works
    device = etherdream_get(0);

    and this one fails

    device = etherdream_get(1);
    do you have any idea ??

  5. #5
    Join Date
    Dec 2013
    Posts
    1

    Default

    in fact, the more reliable and flexible solution should be to make a custom QC patch to control the laser.
    HR2Payroll all-in-one payroll software.

  6. #6
    Join Date
    Jan 2013
    Posts
    6

    Default

    Quote Originally Posted by BoyPosled View Post
    in fact, the more reliable and flexible solution should be to make a custom QC patch to control the laser.
    Do you know efficient QC patch, apparently it's hard to works with multithread with QC,
    and we need that to make it works properly.
    Now i found a solution, i had to wait a little bit betwwen each connection, this is the magic of programming, you can't always understand everything.
    i did that with it
    https://vimeo.com/80565460

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •