Re: [PD] changing raspberry pi IP from within Pd

2018-03-11 Thread Antoine Villeret
Yes It might need some privilege But some workaround exist. For example running pd as root. Le lun. 12 mars 2018 à 02:06, Jack a écrit : > Hi Antoine, > > It needs root privilege ? > ++ > > Jack > > > > Le 11/03/2018 à 20:37, Antoine Villeret a écrit : > > hi, > > > > you can

Re: [PD] [PD-announce] deken v0.3.0: new fileformat for library packages

2018-03-11 Thread Chris McCormick
On 09/03/18 00:09, IOhannes m zmoelnig wrote: we are proud to announce a major overhaul of the deken fileformat. Great work, thanks for your efforts! Cheers, Chris. -- http://mccormick.cx/ ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] changing raspberry pi IP from within Pd

2018-03-11 Thread Jack
It should be doable by default on Raspbian, but i think it is not possible on Ubuntu for instance (if you start Pd as a regular user). On Raspbian, executing command with root privileges do not ask to enter the password. Maybe i am wrong ? ++ Jack Le 12/03/2018 à 02:02, Jack a écrit : > Hi

Re: [PD] changing raspberry pi IP from within Pd

2018-03-11 Thread Jack
Hi Antoine, It needs root privilege ? ++ Jack Le 11/03/2018 à 20:37, Antoine Villeret a écrit : > hi,  > > you can access shell, with the ... [shell] object from ggee > then you can control your network manager > > the 'how' depends on the distro you're running on the Pi and the tools > it

[PD] Purr Data GSoC 2018

2018-03-11 Thread Jonathan Wilkes via Pd-list
Hi list,Purr Data was accepted as a mentoring organization for GSoC 2018! We have an initial list of project ideas here: https://git.purrdata.net/jwilkes/summer-of-code-ideas-list/blob/master/README.md If anyone has some project ideas, interest in mentoring, or other feedback please join the

Re: [PD] changing raspberry pi IP from within Pd

2018-03-11 Thread Antoine Villeret
no -- do it yourself http://antoine.villeret.free.fr 2018-03-11 20:57 GMT+01:00 Johnny Mauser : > Ah, yeah. I will try that. Do you mean to use a texteditor through shell? > > Am 11.03.2018 8:38 nachm. schrieb "Antoine Villeret" < > antoine.ville...@gmail.com>: >

Re: [PD] changing raspberry pi IP from within Pd

2018-03-11 Thread Johnny Mauser via Pd-list
Ah, yeah. I will try that. Do you mean to use a texteditor through shell? Am 11.03.2018 8:38 nachm. schrieb "Antoine Villeret" < antoine.ville...@gmail.com>: > hi, > > you can access shell, with the ... [shell] object from ggee > then you can control your network manager > > the 'how' depends on

Re: [PD] changing raspberry pi IP from within Pd

2018-03-11 Thread Antoine Villeret
hi, you can access shell, with the ... [shell] object from ggee then you can control your network manager the 'how' depends on the distro you're running on the Pi and the tools it provides + a -- do it yourself http://antoine.villeret.free.fr 2018-03-11 19:37 GMT+01:00 hi via Pd-list

[PD] changing raspberry pi IP from within Pd

2018-03-11 Thread hi via Pd-list
has anyone tried this before? I am quite new to linux system, so the only way i can think of is to hustle with the text object and network coresponding config file. But i imagine problems since whatever the config file is, it won’t be with terminating semicolons..