home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0683.ZIP / CCE_0683 / MIKENET.13D / UPDATES.DOC < prev   
Text File  |  1992-10-14  |  14KB  |  294 lines

  1.                                                 Mike De Petris
  2.                                                 via dei Giuliani, 34
  3.                                                 34137 - TRIESTE - ITALY
  4.                                                 phone:(+39)40-768385
  5.                                                 fax:  (+39)40-381170
  6.                                                 BBS  :(+39)40-768412 V.32b V.42b
  7.                                                 Atarian ST - TS!
  8.                                                 2:333/608@fidonet.org
  9.                                                 90:701/201@nest.ftn
  10.  
  11. Trieste 11 Ottobre 1992
  12. 1.3d
  13. MKNT.PRG
  14. Bugfix about allocating or reallocating the Cookie-Jar, it was setting it at
  15. an odd address.
  16. Redesigned the resource in MKNT.ACP.
  17. Re-enabled the "send a message option" with some news: if a message is received
  18. then a bell is ringed until you read it. The bell works only when MKNT.APP is
  19. running as a PRG or ACC. You can also send and receive a message (stopping the
  20. bell) with MKNT.TTP, using the following NEW OPTIONS :
  21. -m1X    define the first  message line to be the string X (max 30 characters)
  22. -m2X    define the second message line to be the string X (max 30 characters)
  23. -mr     print the last message received and stop the bell
  24. -ms     send the last message defined with -m1 and -m2
  25.  
  26. Trieste 25 Settembre 1992
  27. 1.3c
  28. MKNT.ACP
  29. Bugfix about displaying the text cursor in editable field, added smiley mouse
  30. form, other esthetics. Corrected "forced media changes" with doubleclicks.
  31.  
  32. DOCUMENTATION REWRITTEN
  33. Now this is UPDATES.DOC, while manual is in MIKENET.DOC
  34.  
  35. Trieste 09 Settembre 1992
  36. 1.3b
  37. I tested 1.3a on Falcons at Atari Messe and all was OK. I just fixed a
  38. small bug in window redraw, the number of version displayed, the look of
  39. the resources in the window, eliminated the debug mode and tested with
  40. multiTOS allocating in global memory.
  41.  
  42. Trieste 18 Agosto 1992
  43. 1.3a
  44. I am working at parallel port for very fast file transfers, but before to
  45. do this I had to clean up something, the result is a big change in the
  46. installation, altought I made an effort to mantain compatibility with the
  47. the "old way".
  48.  
  49. - MKNT.PRG is the TSR you have to run to install the network. You can do
  50.            it from the desktop (not under MiNt) or putting it as your last
  51.            program in AUTO folder. Actually it has not to be the last, but
  52.            has to if you want to redirect drive vectors used by other AUTO
  53.            programs, like ramdisks.
  54. - MKNT.ACP is the "old dialog" of the old version, but it runs in a
  55.            WINDOW. It can be run as a program or as a desk accessory,
  56.            simply renaming it to .PRG or .ACC. "Send message" option is
  57.            not yet available as I wanted to have this ready for the Atari
  58.            Messe in Dusseldorf. All functions work like before except for
  59.            few changes, even .INF files are compatible.
  60.            - drives redirections and status are changed "on the fly" and
  61.            mediachanges are forced on a drive only when DOUBLECLICKING on
  62.            that drive's letter (you'll see the drive's led flashing).
  63.            - mediachanges SHOULD preserve the drive's current path. (try
  64.            and report please).
  65. - MKNT.TTP is completely NEW ! With it you can change configuration from
  66.            batch. Actually the following options are available, and each
  67.            option is executed in sequence, so that you can display the
  68.            configuration with -? several times during execution, like this
  69.            :"-? -ong -xgc -? -rg -? -offg -onp -?", note that case in NOT
  70.            significant.
  71.            OPTIONS:
  72.            -?    displays current configuration: list of drive letters
  73.            with their redirections, 0 if OFF and 1 if ON, L if local and R
  74.            if remote.
  75.            -onX  switches the logical drive "X" ON, mediach forced
  76.            -offX switches the logical drive "X" OFF
  77.            -xXY  redirects drive "X" to drive "Y", mediach forced
  78.            -rX   puts drive "X" to REMOTE status
  79.            -lX   puts drive "Y" to LOCAL status
  80.            -sNO  sets network status to INACTIVE
  81.            -sRO  sets network status to READ ONLY
  82.            -sRW  sets network status to READ WRITE
  83.  
  84. The .RSC file does not exist any more.
  85. The TSR (MKNT.PRG) now uses XBRA protocol with "MkNt" id. This should avoid
  86. any problem on resolution changes on MSTEs and TTs (and FALCONs I hope).
  87. "MkNt" is also installed as a reserved cookie for the ACP and TTP
  88. configuration programs.
  89.  
  90. Trieste 11 Giugno 1992
  91. 1.2c
  92.  
  93. Argh, due to errors in Atari documentation and other things mediachange had
  94. some problems to fix. The new problems arised with MiNT and other stuff are
  95. now taken in consideration.
  96.  
  97. - drive bits over P are not zeroed, so that you can use U: with MiNT
  98. - mediachange should now work better, thought you should take care when
  99.   redirecting floppy drives A and B... use ESC key ! Floppy handling will be
  100.   enhanced in next version.
  101. - remember tu set your HD driver to at least 1024 byte for sector on EACH ST if
  102.   you want to access BGM partitions. It is easy with ICD utilities, AHDI is
  103.   under test. I am to buy a 240mega HD to fully test BGM with different drivers,
  104.   be patient. I set my STs with 1000 extra folder, and somethimes it is not
  105.   enough, experiment yourself, when you see empty directory or missing files
  106.   you should try to increase that number.
  107.  
  108. Thanks for all reports on MikeNet. I took them all in consideration. Now TSR
  109. version is in working. PARALLEL transfer is also under work !  Also new stuff
  110. to be MiNT-aware and a small locking capability is planned shortly. In fact
  111. I already have a lot of new things under test.
  112.  
  113. Trieste 13 Maggio 1992
  114. 1.2beta
  115.  
  116. ATTENTION DANGER BE CAREFUL
  117. This is only a beta test release that has to be tested. Most of you ask for
  118. BGM partitions support, now I DID IT ! It has been a very hard job, as I
  119. made MIDI messages a carrier for disk sectors of VARIABLE length. I tested
  120. it on my system, but as I only have one BGM 44 mega partition on a cartridge
  121. I cannot say it works on all systems, let me know if you have any problem.
  122. The code is not fully optimized, as I want to see if any bug arises first,
  123. then I will start looking where I loose clock cycles.
  124.  
  125. - BGM (>16 megabytes) partitions support, remember your HD driver must be set
  126.   to manage maximum sector length you are going to read. With ICD soft you
  127.   can set a fixed maximum length, other drivers will assume the length of
  128.   largest sector size found at boot. MikeNet provides buffers to work with
  129.   sectors up to 8k long.
  130. - The program can now be run as ACC or PRG, if you want to access something
  131.   on the other ST, and you forgot to install the .ACC at boot, you can now
  132.   run it as a .PRG, do your job and when you exit MikeNet will remove all
  133.   the stuff leaving no resident parts. Note that you can use an alternative
  134.   file selector calling it from the load and save buttons to do your job
  135.   on files, and that redirection is done only if you load an .INF file, so
  136.   you will need to change the edit-fields, save and then load an .INF to have
  137.   redirection working, when running as an .ACC redirections are read when you
  138.   exit the dialog instead, but you can use the same method "on the fly".
  139.  
  140. TIPS: MikeNet work at sector level, so you should be able to use any soft
  141. that access drives by BIOS and XBIOS calls, I tested programs like Cleanup
  142. from ICD with no problems, and this is good, tought you are advised not to
  143. use the network to write on remote drives, remember that in this way you
  144. are making changes on the disk without updating cached informations in the
  145. remote computer, so do it only if you are sure that the remote computer will
  146. update is tables before to write anything on that disk. The file locking
  147. support I want to add, will be an hard thing to do, that will slow down the
  148. net too much assuming the Atari Network Standards, so I will have to think
  149. more on this and find a faster way.
  150. Fast serials on MegaSTE are not DMA driven, so that I will remain on MIDI,
  151. as most of you have only "small" STs to put in the net, and MIDI being the
  152. fastest serial port with interrupts. I will eventually work on the multi
  153. node version, but it will take quite long to do.
  154.  
  155. Now I am changing the actual ACC in an AUTO TSR + CPX/ACC/PRG configuration
  156. program, which will install XBRA and Cookie, so that I can write a much more
  157. confortable user interface to change parameters. I am also to add new features
  158. as seek rate setting, drive B switching and local drive protection, let me
  159. know about what you want MikeNet to do !
  160.  
  161. Trieste 01 Maggio 1992
  162. 1.1d
  163.  
  164. - added windupdate at boottime
  165. - starting search path for .INF's now is C:\*.IN? so that you can easily
  166.   find your configuration file even if any utility renames it as .INX
  167.  
  168. Trieste 01 Aprile 1992
  169.  
  170. This is 1.1 release of MikeNet just to fix few problems before of next version.
  171.  
  172. This release has :
  173.  
  174. - mediachange forced on all drives at exit from dialogs, and checked on
  175.   any r/w operation.
  176. - mouse does not diappear in LED when calling file selector (save or load)
  177. - few other things optimized.
  178.  
  179. Let me know if any bug comes out. Next version will add:
  180.  
  181. - BGM partitions (>16 mega) support.
  182. - Easier configuration and selections.
  183.  
  184. Next things planned in near future:
  185.  
  186. - File locking.
  187. - Multi node version.
  188. - IBM-PC version on serial and/or parallel.
  189.  
  190. Of course precedence will be to what YOU ask for.
  191.  
  192. Here is old demo-version doc:
  193.  
  194. Trieste 17 Dicembre 1991
  195.  
  196. This is the FREE distributable copy of MikeNET. Load and save of INF file
  197. are disabled. Ask me for a complete version, you will have to send a small
  198. fee. You can send any amount you think it is the value of this soft, send
  199. at least 25$ if you want this program to be continued.
  200.  
  201. READ AT THE END OF TEXT FUTURE ENHANCEMENTS
  202.  
  203. What it does :
  204.  
  205. MikeNet allows drives sharing between two Ataris. For best flexibility
  206. it is able to do a complete redirection of logic drives.
  207. It is also possible to send a message to the remote ST.
  208.  
  209. Installing :
  210.  
  211.  
  212. Install the accessory on two ST(e)s, and connect corresponding MIDI ports
  213. with two cables. (OUT to IN and IN to OUT).
  214.  
  215.  
  216. Using :
  217.  
  218. Call the accessory, MikeNet dialog will be shown. The first row of (radio)
  219. buttons lets you determine Network status on used machine (the two computers
  220. can have different status), that can be Read-Only, Read-Write or Inactive.
  221. The two following rows, with drives letters are the kernel of selections:
  222. the first row reflects local logic drives status, that can be cycling
  223. selected clicking on the letter itself :
  224.  
  225. INACTIVE - thiny written excludes logic drives from current drives map.
  226. NORMAL   - normal written, drive is active, local and eventually redirected
  227.            to remote ST drive specified by the letter below.
  228. SELECTED - inverse written, drive is active and remote, reads remote ST
  229.            drive identified by the letter below.
  230.  
  231. The second row (of these two) obviously concerns drive assignements, each
  232. letter is simply editable (only uppercase), and assigns corresponding
  233. drive to the letter above, local or remote.
  234.  
  235. It is possible to select RESET to clear MikeNet to the boot status, or
  236. REORDER just to have alphabeticallly increasing assignment letters.
  237. With SEND MESSAGE, you can send to the remote the two editable text fields,
  238. on remote an alert will appear that - WARNING - stops the system giving
  239. the message waiting for a RETURN. Load and save (only on complete version)
  240. lets you work with configuration files on disk.(be careful about redirections)
  241.  
  242. Configuration file MIKENET.INF if found in root directory of boot disk
  243. is loaded at accessory installation.
  244.  
  245. You can exit dialog by clicking on OK.
  246.  
  247. Caveats :
  248.  
  249. NEVER try to access to a remote drive that is remote iself, this selection,
  250. surely a setting error, will crash the system.
  251.  
  252. Be careful using disk accelerators and cache, remember that two machines
  253. access SIMULTANEOUSLY the same drives, so avoid to access from both the
  254. same file.
  255.  
  256. Hints :
  257.  
  258. I find redirection a must when it is necessary to manage with many
  259. partitions or even more than one hard disk drive. Programs are configured
  260. to work on one drive (some only on drive A), and when you change this you
  261. do not need to change all the configuration, but it is enough to redirect
  262. it to the right one. I can use my BBS on a Megafile 60, with any ST, with
  263. other HD drives, using redirection.
  264. If you use  a remote computer, even without hard disk, it can access all
  265. remote drives, so that it can use one big archive of data, with the benefit
  266. of clarity.
  267. For example you can access message areas while your BBS is running, or
  268. work on a data base, or texts, from remote.
  269. MIDI speed is low, but lets you run without much troubles even quite big
  270. programs, obviously best results come with applications that do not make
  271. continuos disk access.
  272. One useful thing is the RESET option, you can initialize drives using it
  273. so you can switch on or off your floppy and hard drives (even some other
  274. devices on DMA, I tested SuperCharger) and make your ST work correctly.
  275.  
  276. Future enhancements :
  277.  
  278. - File locking
  279. - Serial use instead of MIDI
  280. - Parallel use instead of MIDI
  281. - New MegaSTE and TT ports use
  282. - MS-DOS version
  283. - MAC version
  284. - Versions for other systems
  285. - Extension to multiple nodes
  286. - Other peripheral's sharing
  287.  
  288. Surely the use of serial or parallel port would let the use of a PC MS-DOS
  289. coupled with an ST, the program is under development. New serial ports will
  290. go at much more speed than MIDI, with MS-DOS and MAC compatibility.
  291.  
  292. Best regards,
  293. Mike De.Petris (Atarian ST - TS, FidoNet 2:333/608 - NeST 90:701/201)
  294.