"Why U No IPV6?"
:)
Even Pd now supports IPV6... See the functions in s_net for some helpers which may be useful, although s_net.h is not really part of the public API in m_pd.h. AT the very least, there are implementation snippets you can check out for configuration for IPv4 and IPv6.
https://github.com/pure-data/pure-data/blob/master/src/s_net.h https://github.com/pure-data/pure-data/blob/master/src/s_net.h
https://github.com/pure-data/pure-data/blob/master/src/s_net.c https://github.com/pure-data/pure-data/blob/master/src/s_net.c
On Jun 2, 2021, at 9:27 AM, pd-list-request@lists.iem.at wrote:
[webserver]
- ipv4 http server (threaded).
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
just because if we are all together in the same lan i prefer to tell others "browse http://192.168.1.20".
The [webserver] just wraps https://github.com/civetweb/civetweb . For simplicity I left out ipv6 + many more options like https (via openssl) and more options that are there.
May be v0.1.0 can implement these.
(the main idea was something really simple for a Pd external. There are many web-servers you can run outside Pd)
:)
Mensaje telepatico asistido por maquinas.
On 6/2/2021 6:50 AM, Dan Wilcox wrote:
"Why U No IPV6?"
:)
Even Pd now supports IPV6... See the functions in s_net for some helpers which may be useful, although s_net.h is not really part of the public API in m_pd.h. AT the very least, there are implementation snippets you can check out for configuration for IPv4 and IPv6.
https://github.com/pure-data/pure-data/blob/master/src/s_net.h https://github.com/pure-data/pure-data/blob/master/src/s_net.h
https://github.com/pure-data/pure-data/blob/master/src/s_net.c https://github.com/pure-data/pure-data/blob/master/src/s_net.c
On Jun 2, 2021, at 9:27 AM, pd-list-request@lists.iem.at mailto:pd-list-request@lists.iem.at wrote:
[webserver]
- ipv4 http server (threaded).
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com robotcowboy.com http://robotcowboy.com
On Jun 2, 2021, at 12:35 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
just because if we are all together in the same lan i prefer to tell others "browse http://192.168.1.20".
I agree, which is why Pd accepts *both* and defaults to IPv4 for simplicity/compatibility.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/