• Forum
  • Lounge
  • Libraries For Reading The ISO9660 Filesy

 
Libraries For Reading The ISO9660 Filesystem

I'm looking for libraries in order to read the common ISO9660 library. Given that virtually every consumer CD uses this file system, I'd expect to find plenty of libraries that help me with this, however there aren't many. The filesystem itself isn't very complex, but the work will still be fairly bland and it's something I don't really want to deal with.

This project will have it's source code freely available and I was originally going to use libiso9660, but unfortunately this library is licensed under the GNU GPL, and I have no intentions to use such a license in any of my works.

I just really hope I don't have to suck it up and write my own library.

Thanks in advance.
Last edited on
How about libarchive? It's New BSD licensed. It might offer a lot more than you need, buuut...

http://www.libarchive.org/

GitHub wrote:
Libarchive is an open-source BSD-licensed C programming library that provides streaming access to a variety of different archive formats, including tar, cpio, pax, Zip, and ISO9660 images.


-Albatross
Topic archived. No new replies allowed.