Shop OBEX P1 Docs P2 Docs Learn Events
Spinneret Document: {in raw form} for review — Parallax Forums

Spinneret Document: {in raw form} for review

Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
edited 2011-08-31 05:01 in Propeller 1
I'm going to go ahead and post this here instead of the "official" Spinneret section as I've been seeing threads pop up recently with questions which the Spinneret would make a good solution.

I'd appeciate review and comments on the current version of this document. It is still in "raw" form and hasn't had a good pass through editing, but the material itself feels solid.

Currently it contains the following:

Understanding Internet Network Requirements as pertaining to Spinneret.
Howto Configuration of BASIC Spinneret webserver software (Mike G Software)
Basic configuration of "port forwarding" with common routers.
Addendum #1: Using Spinneret with DynDNS services
Addendum #2: How to use PROPbasic with the Spinneret
Addendum #3: Email notification from the Spinneret
Addendum #4: Controlling "Real world" I/O from a Spinneret webpage.

Thanks!
OBC

Comments

  • jazzedjazzed Posts: 11,803
    edited 2011-08-30 11:34
    Looks good so far.

    I would note that the IP addresses you mention are IPV4 and that is within the scope of your document. Much of the world uses IPV6 for hosts these days. Does Spinneret support IPV6? If not you should mention it.
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2011-08-30 13:36
    @jazzed: While I'm sure the chip itself supports it, the software used here was all IPV4, so I haven't found the opportunity to mention it.. *yet* :)

    Thanks!
    OBC
  • Mike GMike G Posts: 2,702
    edited 2011-08-30 13:52
    OBC, you might want to point folks to the Google repository for code. The repository has the latest bug fixes and it contains an HTML tutorial that has sample code.
    http://code.google.com/p/spinneret-web-server/source/browse/#svn%2Ftrunk%2FMultiSocketServer_MikeG

    I'll add a reference to the Google repository on the agave site.
  • prof_brainoprof_braino Posts: 4,313
    edited 2011-08-30 14:04
    suggest change
    Local IP addresses:
    10.0.0.0 = 10.255.255.255
    172.16.0.0 = 172.31.255.255
    192.168.0.0 = 192.168.255.255
    

    to
    Local IP address ranges:
    10.0.0.0 to  10.255.255.255
    172.16.0.0 to 172.31.255.255
    192.168.0.0 to 192.168.255.255
    

    I would also include a link in this section to a reference,
    http://en.wikipedia.org/wiki/IP_address
    for example lists the rfc's etc
  • RS_JimRS_Jim Posts: 1,768
    edited 2011-08-30 15:27
    Jeff,
    Great Document! Now I just need the spinnernet!
    Page 13 of your doc near the bottom " go to my SPAM folder" should probably read "going to my SPAM folder"
    Jim
  • johnfosjohnfos Posts: 59
    edited 2011-08-31 05:01
    This document is an excellent idea. My two penn'orth: page 6 says "Download and extract test.html to the microSD card". Could that be expanded to describe how the file is transferred to the card?

    edit: On thinking about it, that seems like a daft question: the answer would be to remove the card, put it in a PC and transfer the file. Still, it might be nice to have a few words on the formatting options, eg whether it's safe to use subdirectories.
Sign In or Register to comment.