My Empeg is not being found by jEmplode

Posted by: mcsimuss

My Empeg is not being found by jEmplode - 27/01/2004 11:35

i've installed the latest release of Jemplode for Mac and it doesn't find my empeg player when I connect it to the computer via USB. And I couldn't find an answer to it in FAQs.
Anyone had the same problem? What should I do?
Posted by: tfabris

Re: My Empeg is not being found by jEmplode - 27/01/2004 11:49

Jemplode requires ethernet.
Posted by: mcsimuss

Re: My Empeg is not being found by jEmplode - 27/01/2004 13:35

I have ethernet. so all i need is a cable and to connect it to my computer and then jemplode will find the empeg player??
Posted by: tfabris

Re: My Empeg is not being found by jEmplode - 27/01/2004 13:51

Potentially, yes. Please click here for more information.
Posted by: mlord

Re: My Empeg is not being found by jEmplode - 27/01/2004 14:43

I usually find I must hardcode the player's IP address onto the "options" for JEmplode. The broadcast method rarely works for me.. dunno why.
Posted by: SE_Sport_Driver

Re: My Empeg is not being found by jEmplode - 27/01/2004 14:50

Maybe because your household LAN has 20 devices and 8 routers/switches.
Posted by: wfaulk

Re: My Empeg is not being found by jEmplode - 27/01/2004 14:59

Are you using a netmask other than 255.255.255.0? If so, Java's mediocre IP implementation doesn't provide a method of retrieving actual netmasks and jEmplode just hopes that it's 255.255.255.0, IIRC.
Posted by: mlord

Re: My Empeg is not being found by jEmplode - 27/01/2004 16:13

Actually, I just (very!) recently changed the netmask to 255.255.0.0 from the original value of 255.0.0.0, and Jemplode seems to be finding the machines now.

BUG: When using both "specific address" and "broadcast" (both checked), it lists the same player twice (the "specific" one).

Cheers
Posted by: Daria

Re: My Empeg is not being found by jEmplode - 27/01/2004 16:21

Are you using a netmask other than 255.255.255.0? If so, Java's mediocre IP implementation doesn't provide a method of retrieving actual netmasks and jEmplode just hopes that it's 255.255.255.0, IIRC.


I guess they needed to support things other than just platforms with BSD sockets... but even then, I suppose there are different variants of those ioctls, and some require superpowers on some platforms.

Bleah.
Posted by: wfaulk

Re: My Empeg is not being found by jEmplode - 27/01/2004 17:49

I guess they needed to support things other than just platforms with BSD sockets
I realize that you're saying this with the second part of your post, but isn't Java supposed to hide platform differences? And, in those cases where the netmask is unobtainable, just have it throw a specific exception. Not too difficult.
Posted by: Daria

Re: My Empeg is not being found by jEmplode - 27/01/2004 18:00

I realize that you're saying this with the second part of your post, but isn't Java supposed to hide platform differences? And, in those cases where the netmask is unobtainable, just have it throw a specific exception. Not too difficult.


It is hiding them, it's always lying to you

Yeah, that's sort of unfortunate that they're going about hiding them the wrong way.
Posted by: mschrag

Re: My Empeg is not being found by jEmplode - 27/01/2004 19:16

I try 255.255.255.255,255.255.255.0,255.255.0.0,etc ... until i find one or run out of 255's