|
Replies:
18
-
Pages:
2
[
Previous |
1
2
]
-
Last Post:
Oct 5, 2015 10:24 PM
Last Post By: fraveydank
|
|
|
Posts:
190
Registered:
8/13/12
|
|
|
Re: ESP8266 WiFi
Posted:
Oct 2, 2015 8:18 PM
in response to: fraveydank
|
|
I did some checking on AppleTalk over Wi-Fi a while ago. I'm struggling to completely remember it, but I know I had it figured out at one point. Here is at least one reason that a lot of Wi-Fi access points have trouble with AppleTalk packets (I think).
AppleTalk uses IEEE 802.2 SNAP packets. For some weird reason, AARP (AppleTalk Address Resolution Protocol) packets have a 0 for the OUI (Organizationally Unique Identifier) code instead of Apple's assigned OUI code. DDP packets, on the other hand, do use Apple's correct OUI. The problem is that a value of 0 is a special value that means the packet is an encapsulated Ethernet II frame. Wi-Fi also encapsulates packets as SNAP frames. The problem (as I'm recalling) is that access points supporting AppleTalk need to know that they're supposed to keep the AARP packets in SNAP format when they spit them out the Ethernet side, or something like that, and they end up getting sent out as Ethernet II frames instead because of the OUI of 0. The Ethernet II frames are not recognized by the Mac's AppleTalk stack, so it doesn't work.
I was able to observe this incorrect behavior in action on at least one wireless access point I have at home. Good APs that work with AppleTalk will recognize that packets with an OUI of 0, that are also AARP packets, should remain as SNAP frames instead of being translated to Ethernet II.
I also believe it would be technically possible to make a pass-through device you could attach to your access point that would translate all AARP frames it generated from Ethernet II into SNAP form. What I don't know, though, is if there are other similar compatibility problems.
Edit: I did some more research to confirm what I was remembering. If you download the 802.11-2012 spec from IEEE, Annex P (page 2744 in the PDF) specifically talks about compatibility with AppleTalk. It has examples of what exactly you're supposed to do when converting to/from Ethernet in order to remain compatible with AppleTalk and IPX. I think the correct behavior is actually a bit more complicated than I originally said, because EtherTalk Phase I and II are slightly different. The IEEE spec shows exactly what to do in all cases.
Message was edited by: dougg3
|
|
Posts:
10
Registered:
1/20/15
|
|
|
Re: ESP8266 WiFi
Posted:
Oct 4, 2015 3:19 AM
in response to: dougg3
|
|
CAN you download anything from the IEEE without having to first give them a big wad of money? I ran into that problem years ago, when investigating IEEE-488 with regards to my Commodore PET, and a few other times that didn't stick so much in my memory. If so, link please?
|
|
Posts:
190
Registered:
8/13/12
|
|
|
Posts:
73
Registered:
4/23/15
|
|
|
Re: ESP8266 WiFi
Posted:
Oct 5, 2015 10:24 PM
in response to: gsteemso
|
|
Actually, I think all the 802 standards are free at this point.
|
|
|
|