C/C++
wap.txt
Associated article: The Wireless Application Protocol
Tags: C/C++
Published source code accompanying the article by Steve Mann in which he discusses WAP, short for "Wireless Application Protocol," a multi-layer communications architecture that borrows heavily from existing Internet standards while solving problems specific to wireless networks. Also see WAP.ZIP.
The Wireless Application Protocol
by Steve Mann
Listing One
<wml>
<card id="card1" >
<p>
Hello WAP World.
</p>
</card>
</wml>
Listing Two
<card>
<...


