[PD] From telnet to netreceive whole sentence

Csaba Láng langcsaba at gmail.com
Mon Mar 22 14:52:26 CET 2021


Iohannes,

can you explain how I can send unicodepoints to text3d?

Best,

Popesz

On Sat, Mar 20, 2021 at 2:16 PM IOhannes m zmölnig <zmoelnig at iem.at> wrote:

> Am 20. März 2021 13:25:38 MEZ schrieb "Csaba Láng" <langcsaba at gmail.com>:
> > Dear list,
> >
> > I want to get a string of words with spaces to puredata and render
> > these
> > words to gemwin with text3d.
> > How can I send it from telnet and be sure all the words with spaces
> > will
> > arrive to netreceive?
>
> send unicodepoints rather than strings, and use the [string ... ( msg of
> [text3d].
>
> if your string is ASCII only, you can just use the output of [netreceive
> -u -b].
>
> to use UDP, you need something like netcat.
> with telnet you can only use TCP/IP, so you must accumulate the raw binary
> message depending on your made-up protocol (eg split lines on \n).
>
> there's also a utf-8 to unicodepoint abstraction in the Unicode library at
> https://git.iem.at/pd/unicode
>
>
> > Normally if I send via OSC I loose everything after the space.
>
> then you are probably doing something wrong (when crreaatinthe OSC
> message).
>
>
>
>
> mfg.hft.fsl
> IOhannes
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20210322/df8edabb/attachment.htm>


More information about the Pd-list mailing list