Thanks
That does sound perfect!!!!
It says it requires a kernel patch.
SInce SuSE sponsors a mailing list, I assume the SUSE kernels include the patch.
I've just signed up for the mailing list.
Greg
>> * Greg Freemyer (freemyer(a)NorcrossGroup.com) [020530 15:49]:
>> > Where can I find a CD-burner API that allows me to leave the session
>> open. Is
>> > there a limited number of burning sessions allowed, or just until the
>> disk
>> > fills up.
>> Sounds like you may want to look into the packet writing project.
>> If you have a cdrw drive that supports this you can pretty much
>> write to the cd like a normal filesystem. See this for details but
>> we also have a mailing list devoted to it:
>> http://packet-cd.sourceforge.net/
>> --
>> -ckm
>> --
>> To unsubscribe, email: suse-programming-e-unsubscribe(a)suse.com
>> For additional commands, email: suse-programming-e-help(a)suse.com
>> Archives can be found at: http://lists/archive/suse-programming-e
Greg Freemyer
Internet Engineer
Deployment and Integration Specialist
Compaq ASE - Tru64
Compaq Master ASE - SAN Architect
The Norcross Group
www.NorcrossGroup.com
Anders,
I'm sorry to hear there is not a standard API for CD writers, but I can live with that. We will just standardize on one model.
As to using scripts, this is between an inhouse project and a full product.
We do a lot contract work for a major car manufacturer, and they have asked us to put together a proposed solution that allows every car to photographed at the start and end of being transported.
i.e. Take a series of pictures before it goes on a train, and a series when it comes off.
The idea is that if a car arrives at a dealership with damage, we can use the photos to isolate when the damage occured and get the appropriate party to pay for fixing it.
We would end up with 100 or so dedicated computers spread around the transportation system.
We want the process to be extremely automated. i.e. We might setup designated photo areas. Then have each car driven into this area. Use a sensor to know when the car arrives and have several prepositioned cameras take one picture each. Then once a week or so, have the CD removed and mailed in for archiving.
We are at the brainstorming stage in this project, so we really don't know what we going to do.
Greg
>> On Friday 31 May 2002 00.42, Greg Freemyer wrote:
>> > FYI: I don't know what language we will do this in. We have C/C++/Java
>> > skills inhouse, so likely one of those, but I'm also interested in
>> trying
>> > that Delphi Linux product.
>> Is this for a product, or something you'll be using in-house? Because it
>> sounds like overkill to me to do a full program. A simple script that
>> calls
>> cdrecord sounds more reasonable.
>> As far as I know, the API is different for different makes of recorder. A
>> look
>> at the source of cdrecord is probably your best bet if you really want to
>> make a full program.
>> regards
>> Anders
>> --
>> `When I use a word,' Humpty Dumpty said in rather a scornful tone, `it
>> means
>> just what I choose it to mean -- neither more nor less.'
>> --
>> To unsubscribe, email: suse-programming-e-unsubscribe(a)suse.com
>> For additional commands, email: suse-programming-e-help(a)suse.com
>> Archives can be found at: http://lists/archive/suse-programming-e
Greg Freemyer
Internet Engineer
Deployment and Integration Specialist
Compaq ASE - Tru64
Compaq Master ASE - SAN Architect
The Norcross Group
www.NorcrossGroup.com
Hi there,
welcome to suse-programming-e.
A Mailinglist general about programming languages from Assembler to Perl.
I hope we have as much fun as on the other suse mailinglists :)
Henne
--
Hendrik Vogelsang aka Henne
mailto: hvogel<at>hennevogel.de
The worst job in the whole world must be
recycling toilet paper.
# random sigs made with fortune
Guys,
I'm new to this list, but I believe the below is appropriate.
I've just been asked if it is feasible to have a custom program the fires off
when a USB camera is docked, reads in all the images and writes them to CD.
Then repeat the process the next day, but this time we append to the CD.
Finally once a month or so the CD, is removed and mailed off.
This sounds relatively easy, but I don't know for sure
I know jphoto has the camera interface logic that I need.
Where can I find a CD-burner API that allows me to leave the session open. Is
there a limited number of burning sessions allowed, or just until the disk
fills up.
FYI: I don't know what language we will do this in. We have C/C++/Java skills
inhouse, so likely one of those, but I'm also interested in trying that Delphi
Linux product.
Greg Freemyer
Internet Engineer
Deployment and Integration Specialist
Compaq ASE - Tru64
Compaq Master ASE - SAN Architect
The Norcross Group
www.NorcrossGroup.com
François Pinard writes:
> [Jesse Marlin]
>
> > Here is something that I have found. It uses a simple table lookup
> > to convert an entire buffer. We also have a swedish to ebcdic as well.
>
> > static unsigned char const latin1_to_ebcdicus[256] = [...]
>
> Looks much like the output of "recode -h latin1..ebcdicus"... :-)
Might be, it is a function we use at work which was probably scraped from
somewhere.
>
> --
> François Pinard http://www.iro.umontreal.ca/~pinard
>