Search the web
Sign In
New User? Sign Up
siteplayer · World’s smallest Ethernet web server
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4566 - 4595 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4566
Hello All What's the best way to make one of these critters wireless ? when I say best I guess what I mean is inexpensive/reliable. thanks Dan Bookwalter N8DCJ...
Bookwalter, Dan
Dan.Bookwalter@...
Send Email
Jun 1, 2004
2:32 pm
4567
For one solution, see the previous message from darcymm_02703. I'm using the Linksys WGA11B. It's meant for the PlayStation or X-Box, but it works fine as an...
Maciuca, Dragos
dragos_maciuca
Offline Send Email
Jun 1, 2004
4:50 pm
4568
Try a trailing '^'. IIRC this can be the cause of tokens not being parsed correctly. PK ... From: pvovk [mailto:pvovk@...] Sent: Sunday, May 30, 2004...
Peter Kerr
empeg_addict
Offline Send Email
Jun 1, 2004
5:17 pm
4569
I'll have to look into it a bit.... what I could really use is an OEM type... whatever I use I'll end up taking it out of the box anyhow.... Dan Bookwalter...
Bookwalter, Dan
Dan.Bookwalter@...
Send Email
Jun 1, 2004
5:22 pm
4570
Very good !!! Regards, cv ... From: "Tom Igoe" <tom.igoe@...> To: <siteplayer@yahoogroups.com> Sent: Sunday, May 30, 2004 11:45 AM Subject: [siteplayer] a...
Chuck Vostry
vostryc
Offline Send Email
Jun 1, 2004
7:59 pm
4571
Dan, Contact: http://www.multitech.com/ They have a new ( not on their web site yet ) WiFi- socket modem available... built for OEM applications. Regards, cv ...
Chuck Vostry
vostryc
Offline Send Email
Jun 1, 2004
7:59 pm
4572
... I say best ... I connected one of my Siteplayers to a D-Link DWL-900AP+ which was configured as a wireless client. This in turn connected to the wireless...
bergweed
Offline Send Email
Jun 2, 2004
2:19 am
4573
I've used the D-Link DWL-810+ with the siteplayer as well. WE had 30 of them in one room, talking to one AP, no problems. Wireless to ethernet bridges are...
Tom Igoe
tomigoe
Offline Send Email
Jun 2, 2004
12:10 pm
4574
Yes, it support WEP. You can configure via a web base interface, you don't have to use the CDROM stuff at all. My only use of the CDROM was the PDF of the...
darcymm_02703
Offline Send Email
Jun 2, 2004
8:02 pm
4575
Tom, I read the supplied PDF's for the WiPort and I love the look/ functions of the unit. I am placing an order for 5 to evaluate and if they work out, then...
Albert Zvara
Albert.Zvara@...
Send Email
Jun 2, 2004
11:24 pm
4576
hmm, the WiPort looks very cool, what is the unit price for those? ... __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo!...
jrem
jrem123
Offline Send Email
Jun 3, 2004
3:47 pm
4577
www.mouser.com stocks the wiport and xport. Just use the search tool on the left hand side of mouser's page and search for either wiport or xport. ... and ......
harrisondp
Offline Send Email
Jun 3, 2004
6:14 pm
4578
well the stuff looks top notch and professional, but it also looks like one would have to write a top layer protocol to interface with it, unless you just want...
jrem
jrem123
Offline Send Email
Jun 3, 2004
7:57 pm
4579
I have been following Nicolas Korber's tutorial on the SP (thanks Nicolas). I have created a very simple website for the SP (hello world). I can download the...
robdleejr
Offline Send Email
Jun 4, 2004
6:15 pm
4580
try addressing the device via http://10.0.0.138:26481/ make sure your file is named "index.htm" or "index.html", can't remember which or if either . . . ... my...
jrem
jrem123
Offline Send Email
Jun 4, 2004
7:43 pm
4581
Can somebody point me at the documentation for the I/O pins on the siteplayer? Thanks, P...
laymanworlnet
Offline Send Email
Jun 5, 2004
5:21 pm
4582
Check the siteplayer data sheet, page 2. http://www.siteplayer.com/docs/001212/SitePlayer_SP1.pdf ... -- Tom Igoe...
Tom Igoe
tomigoe
Offline Send Email
Jun 5, 2004
9:31 pm
4583
Tom Thanks for the suggestion, but I don't see anything there. Are they open collectors? How much current can they sink? Are they connected directly to one of...
Paul Layman
laymanworlnet
Offline Send Email
Jun 6, 2004
12:39 am
4584
Thanks alot for rthe reply. I have tried the stated solution but still no progress. any other ideas?? thanks again...
robdleejr
Offline Send Email
Jun 7, 2004
4:15 pm
4585
... Make sure your file is named "index.htm". "Index.html" does not work. Emilio...
emontolivo
Offline Send Email
Jun 8, 2004
11:54 am
4586
Hi, I'm look for suggestion on how to send data through the serial part of the siteplayer from a server. There will be a actually PC server that contains a...
dakota_99_64804
Offline Send Email
Jun 8, 2004
5:34 pm
4587
I would send the data from the server to the siteplayer via udp and have the mu poll the sp's ram for fresh data, confirming receipt if it's critical. Maybe...
jrem
jrem123
Offline Send Email
Jun 8, 2004
6:06 pm
4588
... That's the way i do it. Safer that way. I tried client-side automating, and it was clunky and unreliable. I have some example code up at...
Tom Igoe
tomigoe
Offline Send Email
Jun 8, 2004
6:39 pm
4589
OK... Haven't quit figure out the udp part out yet. I did try the example off of Tom's site: Siteplayer UDP and Serial test page ...
not today
dakota_99_64804
Offline Send Email
Jun 9, 2004
5:37 am
4590
This page may help too: http://stage.itp.tsoa.nyu.edu/~tigoe/pcomp/siteplayer/siteplayer- udp.shtml This Java file, borrowed from Sonny, may help: ...
Tom Igoe
tomigoe
Offline Send Email
Jun 9, 2004
11:28 am
4591
Hello Tony, you can use standard TCP request for this purpose : - From within a shell script or a batch file use wget (available for both Unix/Linux & Windows...
n_korber
Offline Send Email
Jun 10, 2004
9:20 am
4592
Tom, I noticed you have some info on the BS2 and am wonder if there is a trick to get the siteplayer to talk to a BS2? I have tried but with out luck. Thanks ...
not today
dakota_99_64804
Offline Send Email
Jun 10, 2004
4:33 pm
4593
I want to use SitePlayer to buffer serial ASCII-based data that arrives asynchronously, and view the most recent data on demand. The application I have in mind...
kevinwittme7
Offline Send Email
Jun 10, 2004
4:34 pm
4594
Not really; I had best luck using a 2.2K pulldown resistor on the SP's serial out line, which was mentioned in a post year a year or more ago. But I mostly ise...
Tom Igoe
tomigoe
Offline Send Email
Jun 10, 2004
6:39 pm
4595
I have roughly the same request. I'm new to this and have just gotten my siteplayer development kit in the mail today. I want to talk to a Temp08 1-wire...
vaporwings
Offline Send Email
Jun 16, 2004
5:00 pm
Messages 4566 - 4595 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help