home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / MP3 / Riscster / riscsrc / !Riscster / !Help < prev    next >
Text File  |  2000-05-27  |  6KB  |  111 lines

  1.        _             __
  2.   ____(_)__ _______ / /____ ____
  3.  / __/ (_-</ __(_-</ __/ -_) __/
  4. /_/ /_/___/\__/___/\__/\__/_/   
  5.  
  6. About
  7. =====
  8. Riscster is a RISC OS compatible client for Napster, the online mp3 music community.  The Napster community allows users to share mp3's directly, with the napster server providing search and chat facilities.
  9. It was based on gnap, a GPL'd linux client, although there isn't much gnap code left since gnap 'disagreed' with the cooperative multitasking of RISC OS.
  10. It was started and mostly done over the Easter holidays before A-Levels, and probably shouldn't have been.
  11.  
  12. Support
  13. =======
  14. Riscter currently supports a subset of the Napster protocol which provides the basic functionality of logging in and downloading from other users.
  15. That's really a lie because Riscster actually supports the opennap protocol.  The Napster protocol is proprietory, but some nice people experimented and documented it, and made clients and servers for real operating systems.  These are the opennap people and I am indebted to them.
  16.  
  17. Bugs
  18. ====
  19. Yes, lots.  If you discover any then please either i. Download the source and fix them or ii. Tell me or someone else about them so they can fix them.
  20. Various people have been very kind in giving up time to beta test this software, but unfortunately it is unlikely that every possible situation has been tested, with the internet being the unpredictable and complex monster that it is.
  21.  
  22. Requirements
  23. ============
  24. If you can play or decode and play mp3's then you should be able to run Riscster, so basically any RISC PC or A7000.  The only combination that has been tested to date is a RISC PC (RISC OS 4) with and without a StrongARM.  If it does/doesn't work on your machine then please let me know so I can update this and/or fix the code.  Nevertheless, long filename support is useful for mp3's and users are advised to upgrade to RISC OS 4 because it's worth it.
  25. Memory requirements are minimal.
  26. NB: I can't play MP3's in RT since I don't have a StrongARM yet... yes have pity.
  27.  
  28. Basic Instructions
  29. ==================
  30. Install by dragging both !Riscster and !MP3's to a convenient place.  !MP3's must be seen and in a read/write partition.
  31. I'd recommend putting !MP3's somewhere where long filenames are supported, like a '+' formatted ADFS disc or perhaps RAFS if you don't have RISC OS <4, but of course you _do_ have RISC OS 4 don't you ;).
  32. Double click !Riscster and click menu over the iconbar icon.  Select console to bring up the console if you wish to see exactly what Riscster is doing, then select Connect and fill in the relevant details to create a new account.
  33. Click 'Connect' and then wait until the message of the day appears in the console and the search and disconnect options are ungreyed on the menu.
  34. If the server is busy the login process may take a while.  If everything seems to lock up then you can try disconnecting and reconnecting.
  35. To search for an mp3 enter the relevant details into the search window.  Set the maximum results to about 10 which should be plenty.
  36. Choose an mp3 from the list which appears below and click menu over the most suitable, then click download in this window.  Hopefully after a short while, the progress bar should begin to climb.  You can download up to 5 files concurrently.  You can also download from users who are behind firewalls, something which most of the linux clients can't do and the Mac client didn't do until recently... see, who said RISC OS software is behind ;)
  37.  
  38. Compiling
  39. =========
  40. You need OSLib.  Any RISC OS C compiler should work.  Email me if you are stuck.
  41.  
  42.  
  43. Current TODO list
  44. =================
  45. Implement file sharing.
  46. Better error handling.
  47. Resolve server rather than assuming IP.
  48. Better documentation.
  49.  
  50. Not supported (yet)
  51. =============
  52. Sharing (i.e. uploading), you can only download ATM.
  53. Chat (a bit silly really when there are plenty of methods of chat over the internet without napster).
  54. Operation behind a firewall.
  55.  
  56. Credits
  57. =======
  58. Coding, templates, general:
  59. Rob Dimond (Drobe Software)
  60.  
  61. Testing:
  62. Chris Egan 
  63.  
  64. Thanks:
  65. Friendly people on c.s.a.programming, notably Mr. David Ruck.
  66.  
  67. The numerous unofficial documenters of the Napster protocol:
  68. Ben Byer 
  69. JT 
  70. Evan Martin 
  71. Colten Edwards
  72.  
  73. Ryan Dahl (author of gnap).
  74. Colin Plumb (author of MD5 code used).
  75. Josh Guilfoyle (author of gnapster). 
  76. Nick Burrett (porter of GCC to RISC OS).
  77.  
  78. Disclaimer
  79. ==========
  80. Napster Inc's official message is, at the time of release:
  81.  
  82. PLEASE NOTE: Napster, Inc. makes no representations or warranties regarding MP3 files possessed by Napster users.  Thousands of MP3 files have been authorised for distribution over the Internet by copyright owners; however, Napster users should understand that MP3 files may have been created without copyright owner authorisation.  Neither the MP3 file format not the Napster software indicates whether a particular MP3 file has been authorised for copying or distribution.  Copying or distributing unauthorised MP3 files may violate United States and/or foreign copyright laws.  Compliance with copyright law remains your responsibility.
  83.  
  84. I similarly disclaim responsibility for whatever use this software is put to.
  85. It is YOUR responsibility to ensure that you have a legal right to anything that you download through Riscster.
  86.  
  87. Licence (Whoo hoo it's GNU!)
  88. =======                       
  89.  
  90. Napster client for RISC OS
  91. Copyright (C) 2000 Robert Dimond
  92.  
  93. Portions are based on gnap by Ryan Dahl and public domain MD5 code is included written by Colin Plumb.
  94.  
  95. This program is free software; you can redistribute it and/or modify
  96. it under the terms of the GNU General Public License as published by
  97. the Free Software Foundation; either version 2 of the License, or
  98. (at your option) any later version.
  99.  
  100. This program is distributed in the hope that it will be useful,
  101. but WITHOUT ANY WARRANTY; without even the implied warranty of
  102. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  103. GNU General Public License for more details.
  104.  
  105. You should have received a copy of the GNU General Public License
  106. along with this program; if not, write to the Free Software
  107. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  108.  
  109. Bransley Cottage, Cleobury Mortimer, Kidderminster, WORCS. DY14 0BZ
  110. England. robdimond@cwcom.net
  111.