[PD] Websocket Client in Pd

Andy Farnell padawan12 at obiwannabe.co.uk
Fri Jun 24 10:50:49 CEST 2016


Both iptables and pf let you do some sort of port remapping
which gives you the advantage of appearing to be on a standard
port from outside, but the advantage of running as 
an unprivileged user. 

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport $srcPortNumber -j REDIRECT --to-port $dstPortNumber



On Fri, Jun 24, 2016 at 12:20:31AM +0200, patrice colet wrote:
> 
> 
> Le 24/06/2016 à 00:10, IOhannes m zmölnig a écrit :
> >On 06/24/2016 12:01 AM, patrice colet wrote:
> >>Is it possible to run a python http server through pyext without admin
> >>rights?
> >
> >sure.
> >unless you want to run it on a standard port (like 80, or 443; or really
> >anything below 1024)
> 
> Oh yes, so if I want to run the http server without admin rights on
> port 80, the patch has to run through a system service
> >dmsa
> >IOhannes
> >
> >
> >
> >_______________________________________________
> >Pd-list at lists.iem.at mailing list
> >UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
> 
> -- 
> Patrice Colet
> fr: 0632660357
> 

> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: Digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160624/53ee143c/attachment.sig>


More information about the Pd-list mailing list