Who's Online
86 user(s) are online (
63 user(s) are browsing
Forums )
Members: 1
Guests: 85
sailor ,
more...
Topic options
View mode
Newest First
Net printing
Posted on:
2008/5/2 9:45
#1
Just popping in
Joined: 2006/11/25 14:14Last Login
: 3/26 21:41
From Valencia, Spain
Group:
Registered Users
I know there's a lpr.device that can be used to do net printing, but I have an USRobotics MaxG router+print server that is not LPR compatible, but it uses IPP (
Internet Printing Protocol ) instead. Is there any IPP-capable driver for the Amiga?
Saluditos,
Ferr?n.
Amiga user since 1988
ex AOS4 Betatester
Member of ATO Spain
A1-XE G4@933MHz
(Screenshot) A1200/Blizz060+SCSI
(Config) (both with OS4)
Re: Net printing
Posted on:
2008/5/2 10:55
#2
Quite a regular
Joined: 2006/11/24 13:43Last Login
: 2020/7/1 16:20
From Long Riston, East Yorkshire.
Group:
Registered Users
@Ferry
Quote:
Is there any IPP-capable driver for the Amiga? Have you looked at Samba? Most OS's have support for the smb protocol.
Peter Swallow Eyetech A1XE-G3 800Mhz OS4.1 Towered A1200 OS3.9
Re: Net printing
Posted on:
2008/5/2 11:30
#3
Quite a regular
Joined: 2006/11/27 22:17Last Login
: 2019/11/28 9:17
From Israel
Group:
Registered Users
@Ferry Does it support "socket printing"? If yes, lpr.device covers it as well as lpr. Jack
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Re: Net printing
Posted on:
2008/5/2 23:46
#4
Just popping in
Joined: 2006/11/25 14:14Last Login
: 3/26 21:41
From Valencia, Spain
Group:
Registered Users
@Swoop Thanks, but the problem it's not the OS but the router itself, it seems it only support IPP. Saluditos, Ferr?n.
Amiga user since 1988
ex AOS4 Betatester
Member of ATO Spain
A1-XE G4@933MHz
(Screenshot) A1200/Blizz060+SCSI
(Config) (both with OS4)
Re: Net printing
Posted on:
2008/5/2 23:48
#5
Just popping in
Joined: 2006/11/25 14:14Last Login
: 3/26 21:41
From Valencia, Spain
Group:
Registered Users
@Jack
Thanks for your interest. According to
this page , it only supports IPP.
Saluditos,
Ferr?n.
Amiga user since 1988
ex AOS4 Betatester
Member of ATO Spain
A1-XE G4@933MHz
(Screenshot) A1200/Blizz060+SCSI
(Config) (both with OS4)
Re: Net printing
Posted on:
2008/5/3 2:07
#6
Quite a regular
Joined: 2006/11/24 13:43Last Login
: 2020/7/1 16:20
From Long Riston, East Yorkshire.
Group:
Registered Users
@Ferry
According to
This page, IPP uses th http protocol. Have a look & see if that page helps.
Also
This document is informative. Your router is probably the server side and you need some sort of ipp client on the amiga side.
Peter Swallow Eyetech A1XE-G3 800Mhz OS4.1 Towered A1200 OS3.9
Re: Net printing
Posted on:
2008/5/3 20:13
#7
Amigans Defender
Joined: 2006/11/17 22:40Last Login
: Yesterday 22:10
From England
Group:
Registered Users Moderators
@Ferry It will require somebody to write an ipp.device then (parallel.device replacement).
Re: Net printing
Posted on:
2008/5/3 23:37
#8
Quite a regular
Joined: 2006/11/27 22:17Last Login
: 2019/11/28 9:17
From Israel
Group:
Registered Users
@Chris
Quote:
It will require somebody to write an ipp.device then (parallel.device replacement).or use redirection such as lpr.device uses, should be easier afaiu:
7.scratch:compile> tail -n 7 DEVS:NSDPatch.cfg
DEVICE parallel.device UNIT 0 MAPTODEVICE lpr.device MAPTOUNIT 0
DEVICE a1parallel.device UNIT 0 MAPTODEVICE lpr.device MAPTOUNIT 0
##DEVICE parallel.device UNIT 0 MAPTODEVICE a1parallel.device MAPTOUNIT 0 MACHINE=AMIGAONE
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Re: Net printing
Posted on:
2008/5/3 23:44
#9
Amigans Defender
Joined: 2006/11/17 22:40Last Login
: Yesterday 22:10
From England
Group:
Registered Users Moderators
@Jack Makes no difference - you still need a device to redirect it to, and we don't have one for IPP.
Re: Net printing
Posted on:
2008/5/4 1:38
#10
Quite a regular
Joined: 2006/11/27 22:17Last Login
: 2019/11/28 9:17
From Israel
Group:
Registered Users
@Chris Yup, mis-read you (omitted parentheses). Jack
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Re: Net printing
Posted on:
2008/5/4 10:15
#11
Just popping in
Joined: 2006/11/25 14:14Last Login
: 3/26 21:41
From Valencia, Spain
Group:
Registered Users
@Swoop Thanks for the info. Shame that my coding skills are close to zero... @Chris Yes, that's exactly what I was looking for, an ipp equivalent to lpr.device. Saluditos, Ferr?n.
Amiga user since 1988
ex AOS4 Betatester
Member of ATO Spain
A1-XE G4@933MHz
(Screenshot) A1200/Blizz060+SCSI
(Config) (both with OS4)
Re: Net printing
Posted on:
2008/5/4 20:29
#12
Just popping in
Joined: 2006/12/27 21:09Last Login
: 4/7 21:52
Group:
Registered Users
@Ferry
I've found two IPP protocol client implementations in python that seem to work under AmigaOS4:
http://www.pykota.com/software/pkipplib/ and
http://blogs.gnome.org/jamesh/2004/03/17/ipp-2/ The former seems more complete and it should take someone with python skills to make a simple asl or arexx frontend somewhat easy.
Just printing to a postcript file before sending it with this library could solve your problems
Re: Net printing
Posted on:
2008/5/5 1:13
#13
Just popping in
Joined: 2006/11/25 14:14Last Login
: 3/26 21:41
From Valencia, Spain
Group:
Registered Users
@Ami603 Thanks a lot, man! I'll take a look. Saluditos, Ferr?n.
Amiga user since 1988
ex AOS4 Betatester
Member of ATO Spain
A1-XE G4@933MHz
(Screenshot) A1200/Blizz060+SCSI
(Config) (both with OS4)
Re: Net printing
Posted on:
2008/5/5 10:59
#14
Just can't stay away
Joined: 2006/11/30 11:30Last Login
: Today 5:29
From Finland
Group:
Registered Users
@Ferry Are there any free, easy to setup/use IPP servers that can be run on Windows XP? If so I could look into implementing an ipp.device. No promises though since I haven't done any network/printer programming before, though I have some experience writing exec-style device drivers.
Re: Net printing
Posted on:
2008/5/6 0:17
#15
Just popping in
Joined: 2006/11/25 14:14Last Login
: 3/26 21:41
From Valencia, Spain
Group:
Registered Users
@salass00 Thanks a lot for your offering! As far as i know, OSes only run clients, servers are run on the printer side of the equation. CUPS, the printing system for Linux, includes a client, and the examples provided by Ami603 are clients or libraries to deal with servers. Saluditos, Ferr?n.
Amiga user since 1988
ex AOS4 Betatester
Member of ATO Spain
A1-XE G4@933MHz
(Screenshot) A1200/Blizz060+SCSI
(Config) (both with OS4)
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)