AminetAminet
Search:
84783 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/blitz/UDP_Chat.lha

Mirror:Random
Showing: ppc-amigaos icongeneric icon
No screenshot available
Short:UDPfuncsV2.7 for Blitz-good for Net games
Author: ants at paradise.net.nz (Anton Reinauer)
Uploader:ants paradise net nz (Anton Reinauer)
Type:dev/blitz
Version:2.7
Architecture:m68k-amigaos
Date:2000-01-17
Requires:dev/basic/TCP-to-Blitz.lha, WB 2.0+, min 1.5 meg mem, TCP stack -Ie: Miami, dev/basic/NewCommandSet.lha. V2.7 needs 020+
Download:dev/blitz/UDP_Chat.lha - View contents
Readme:dev/blitz/UDP_Chat.readme
Downloads:615

  These are functions to use the UDP protocol for multiplayer internet
games in Blitz2. Also there is a small IRC-like chat program which is a 
good Net game communications test-bed. It checks wether packets have 
arrived at their destination by using an acknowledgement system, and 
resends packets if necessary (it is also able to send packets unreliably
if wanted). Also it can also act as either a Server or Client. It has full
Connect/Disconnect routines- each player is informed of the new player and
starts sending any messages to the new player, as the communication is still
Peer-To-Peer. Players are automatically disconnected by the Server if they
can't be contacted for a certain amount of time.
  There are routines to make sure time is synched on all machines. It has
a good independant interface for your program (well there's one last thing
to be done :).
  There's a few TCP functions as well, like converting an ASCII address to
numerical (long), and vice-versa, getting your local IP address etc. Some 
of the log-in and message protocols could be used in TCP games as well.
  It has an Arexx port to allow you to automatically connect to other
UDP_Chat programs from AmiComSys, IRC, StrICQ etc- you just have to pass a
host address to UDP_Chat. 
 
  UDP is more appropriate for fast action games, like Doom clones,
XWing clones, or platformers, maze games etc; anything that needs small 
lags (ping times), to remain playable over the Internet/LAN.
 

                         What's new in V2.71!

 Version 2.7  16/01/2000
------------
  UDPHeader is V1.4, UDPFuncs are V1.6- Net protocol header is now in
with UDPHeader.
- This is an optimised version of V2.6, where nearly all the string work
is replaced by buffers and pointers (all Unreliable packet work is done
entirely with buffers now).
- Fixed the bug introduced in V2.6, where a Client would be disconnected
after a few seconds, after a second (or more) login(s).
- Data from Reliable and UnReliable Packets is now returned as a pointer
to a buffer with new a Function Get_Game_Data{}, so no more using
Security_Warning{}. :)
- It has Rodger Light's assembler bsdsocket access put in, instead of the
Blitz lib, so you can now start the program without Miami needing to be
running first.
- This documentation changed to HTML, to make things easier.


Contents of dev/blitz/UDP_Chat.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                 1885    3969  47.5% -lh5- aacd Jan  1  2000 UDP_Chat/UDP_Chat-readme.html
[generic]                19406   78182  24.8% -lh5- aa8a Jan 16  2000 UDP_Chat/UDP_ChatV2.7.asc
[generic]                 4476   18461  24.2% -lh5- 4c4d Dec 26  1999 UDP_Chat/UDPFuncs.bb2
[generic]                  220     396  55.6% -lh5- 3415 Dec 27  1999 UDP_Chat/UDPFuncs.bb2.info
[generic]                 1735    4641  37.4% -lh5- 547f Nov 18  1999 UDP_Chat/UDPHeader.bb2
[generic]                  221     396  55.8% -lh5- f173 Jul 18  1999 UDP_Chat/UDPHeader.bb2.info
[generic]                 5473   13343  41.0% -lh5- 6c66 Jan 16  2000 UDP_Chat/UDP-docs/history.html
[generic]                  749    1349  55.5% -lh5- a414 Sep  7  1999 UDP_Chat/UDP-docs/theory.html
[generic]                  566     889  63.7% -lh5- 8853 Sep  2  1999 UDP_Chat/UDP-docs/udp-daemon.html
[generic]                 2112    4701  44.9% -lh5- de74 Sep  2  1999 UDP_Chat/UDP-docs/udp_chat.html
[generic]                  982    1997  49.2% -lh5- d48d Sep  2  1999 UDP_Chat/UDP-docs/udp_send-and-udp_receive.html
[generic]                  714    1187  60.2% -lh5- 6aea Sep  2  1999 UDP_Chat/UDP-docs/installation.html
[generic]                  939    1672  56.2% -lh5- c08e Sep  2  1999 UDP_Chat/UDP-docs/introduction.html
[generic]                 1216    2396  50.8% -lh5- 972f Sep  2  1999 UDP_Chat/UDP-docs/multi-player-connections.html
[generic]                 1317    2741  48.0% -lh5- ad90 Sep  2  1999 UDP_Chat/UDP-docs/object-control.html
[generic]                  545     843  64.7% -lh5- fe18 Sep  2  1999 UDP_Chat/UDP-docs/security.html
[generic]                 1149    2119  54.2% -lh5- 3dcc Jan  1  2000 UDP_Chat/UDP-docs/arexx-port.html
[generic]                  928    1828  50.8% -lh5- 81e4 Dec 27  1999 UDP_Chat/UDP-docs/downloads.html
[generic]                  341     478  71.3% -lh5- b5cf Jan  1  2000 UDP_Chat/UDP-docs/requirements.html
[generic]                  495     926  53.5% -lh5- df26 Jan  1  2000 UDP_Chat/UDP-docs/thanks-to.html
[generic]                 1934    4070  47.5% -lh5- 4203 Jan  3  2000 UDP_Chat/UDP-docs/things-to-do.html
[generic]                 1245    2470  50.4% -lh5- 2a56 Sep  2  1999 UDP_Chat/UDP-docs/basic-tcp-theory.html
[generic]                  415     649  63.9% -lh5- 21ca Sep  2  1999 UDP_Chat/UDP-docs/disclaimer.html
[generic]                 3819    8496  45.0% -lh5- e6ec Nov 29  1999 UDP_Chat/UDP-docs/e-udp-funcs-in-your-game.html
[generic]                 1596    3151  50.7% -lh5- c2d5 Jan  1  2000 UDP_Chat/UDP-docs/udp-functions.html
[generic]                  666    1290  51.6% -lh5- f93a Jul 29  1998 UDP_Chat/Rexx/UDP_Chat.rexx
[generic]                  796    1397  57.0% -lh5- 93ef Sep  2  1999 UDP_Chat/UDP-docs/advanced-stuff.html
[generic]                  549     913  60.1% -lh5- 692c Dec 27  1999 UDP_Chat/UDP-docs/author-and-usage.html
[generic]                  921     921 100.0% -lh0- f82b Aug 30  1999 UDP_Chat/UDP-docs/Pictures/UDP-Back.gif
[generic]                 2382    2382 100.0% -lh0- 3502 Aug 26  1999 UDP_Chat/UDP-docs/Pictures/UDP-title.gif
[generic]               113788  435157  26.1% -lh5- 21d7 Jan 16  2000 UDP_Chat/Old_Stuff/Old_Stuff.lha
[generic]                  196     267  73.4% -lh5- d264 May 12  1998 UDP_Chat/Rexx/Quit_UDP_Chat.rexx
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        32 files  173776  603677  28.8%            Jan 17  2000
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>