Shop OBEX P1 Docs P2 Docs Learn Events
TCP/IP and WIZnet W5100 — Parallax Forums

TCP/IP and WIZnet W5100

davidsaundersdavidsaunders Posts: 1,559
edited 2011-03-20 15:26 in Propeller 1
Does any one have any documentation on TCP/IP, in a form that is complete though concise.

At one time I had all the UDP, TCP, IP, etc... documentation in a form that was concise and easy to comprehend. Now when I search for this information I can not seem to find anything that is complete enough to be useful, or if it is complete it is a huge 400 page plus doc that would take a week of reading and flipping back and forth to get anything useful from.

I must apologize if this is a duplicate topic. As usual 0 results from searching the forum for terms containing less than 4 characters.

Comments

  • bsnutbsnut Posts: 521
    edited 2011-03-18 19:45
    You may want to look in the Spinneret forums you may find something there.
  • davidsaundersdavidsaunders Posts: 1,559
    edited 2011-03-18 20:08
    Thank you bsnut.

    I could not find anything in the spinneret forums. I really want to write my own stack, and driver; though if I can not get the docs I guess that I can use the Spinneret code from the OBEX. Note this is for a project not related to spinneret.

    Does the spinneret code include everything for client side?
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2011-03-18 22:18
    If you want to roll your own TCP/IP stack, the Spinneret is not the place to look, since the onboard W5100 chip handles that detail internally. Search the forum for "ybox2", and you're likely to come across some useful info.

    -Phil
  • davidsaundersdavidsaunders Posts: 1,559
    edited 2011-03-20 14:01
    Thank you for suggestions. I am still unable to find anything in the forums that is helpful.

    Does some have info on the various packet formats needed, by value offset, and rules for fields that the offset varies? Even with minimal explanation of each field would be very helpful, as this more a refresher for me than a new subj.

    I do intend to use the W5100 in raw ethernet mode, with my own stack, because the built in TCP/IP is to limited.
  • jazzedjazzed Posts: 11,803
    edited 2011-03-20 14:14
    Thank you for suggestions. I am still unable to find anything in the forums that is helpful.
    Look here for Harrison's work: http://obex.parallax.com/objects/196/

    Not much memory left after loading the tcp/ip objects, but it is usable for small things. I was able to serve web pages from an SD card with his code before.
  • davidsaundersdavidsaunders Posts: 1,559
    edited 2011-03-20 14:48
    jazzed:
    Thank you. I will have to study this for a bit, but it may indeed provide the needed information. Again thank you.
  • davidsaundersdavidsaunders Posts: 1,559
    edited 2011-03-20 15:26
    jazzed:
    Thank you very much. This definitely contains the information I am looking for in driver_socket.spin. It will probably take me a couple hours to turn this into a reference for my work, though that Is a lot better than spending a couple of weeks sifting it from a TCP/IP document.
Sign In or Register to comment.