Attribute VB_Name = "Declarations" Public Const MasterDebugger = False Public Const MyApp$ = "PeerGate" Public Const MyApplication$ = "PeerGate p2p Telnet-HTTP gateway v100" ''Two components: ''* HTTP for Telnet provider '' ''Recieves requests for websites, downloads them ''and retransmits their content over telnet. ''* Telnet client '' ''Connects as a normal Telnet client and ''preforms communication. Allows for Auto to ''be activated at any time. '' ''Auto mode saves links as files and directs the ''browser to them. It also captures HTTP requests ''downloads them and then launches the webbrowser.