Does anyone have a Spinneret up and running for all to see?
ElectricAye
Posts: 4,561
I'm just curious: does anyone yet have a Spinneret up and running on the internet, maybe doing something, and accessible to all on a maybe somewhat continuous basis?
I was just wondering if there are yet any examples of the Spinneret working "out there".
thanks!
I was just wondering if there are yet any examples of the Spinneret working "out there".
thanks!
Comments
try 72.55.239.53
for my project it will also go down for testing. but i will try to keep it up most of the time feedback is welcome.
i called my wifi provider i live in the sticks and get my internet from a mountain 11.4 miles away. They helped me set it up over the phone. i can get on from work and church.
the curent issue is i'm having lockups.
@zapmaster, hitting your internal network from the Internet is a router configuration. I use port forwarding. In order to implement port forwarding, you need to know the IP address assigned to you from your ISP. You can get that from your router or from many sites on the internet by searching for "What's my IP".
In your router configuration you should have a section for port forwarding. Might be in gaming. Anyway, there will be an external port and internal port. Set the external port to something like 5555 and the internal port to 80 . The internal port is the port number you assigned to the spinneret. You'll also have a "To" IP address, enter the IP address of your spinneret. Now you've built a path from the internet to your spinneret. All you have to do is enter the IP address assigned by your ISP and the external port number that you entered in the router configuration.
The ISP assigned IP address get you to your router. The router see port 5555 and knows that goes to the spinneret IP address and port that you set in the configuration. So the router forwards the request to the spinneret in your local network.
We probably should make a port forwarding sticky. This topic is a mysterious for those with little networking experience.
For what it's worth, you can check out my work in progress at http://krwsms.dyndns.org. The page itself is pretty blah but it is at least a proof of concept. Right now I am just experimenting with figuring out how to use all the controls. I am still having connection reliability issues but I hope that since changing to an interrupt based webserver they will be resolved. Current implementation is DHCP but with timeouts and retries added to the DHCP connections + DHCP Automatic lease renew + Single Page interrupt driven webserver + zone interfaces for 7 rooms (only 2 are connected right now) + serial debugging + RTC - Man I love the Propeller.
I am currently working on a Whole house audio system that will be UPnP compliant for audio streaming. There will be controllers in each room for selecting individual audio sources including internet radio, room volume and room temperature. I am planning on replacing my house thermostat with this device as well. By adding servo controlled dampers to the HVAC system, I should be able to regulate the temperature of individual rooms based on sensors in the zone controllers. All will eventually be accessible via the web interface, provided I can figure out how to establish secure connections. All the nodes communicate over RS485/422 using a simple packet based protocol. I'm still in the early phase of design and development but the Propeller + PIC combo makes things go so much easier.
Shawn
Hey, it looks good to me. You've even got Google ads on it already. Nice job!