Seite 3 von 3

#21 RE: http.request

Verfasst: Mo 25. Apr 2011, 23:49
von norden
Hallo Franky,

die Antwort 0 ist korrekt. Es wird ja nur etwas übermittelt und nicht zurückgegeben. Eigentlich tippe ich auf den Link!

Vielleicht finde ich morgen Zeit, Dir einen Testlink zu suchen.

Gruß
Dieter

#22 RE: http.request

Verfasst: Di 26. Apr 2011, 22:55
von Franky
Hello Filip,

do you have some user - instructions of the C.HTTP.XXX commands? What is here possible?

Are there some restrictions?

#23 RE: http.request

Verfasst: Di 26. Apr 2011, 23:08
von norden
Hallo Franky,

Ja ich habe auch die Antwort 0, ich hatte Filip auch so verstanden, das es keine Quittung gibt.

Du willst ja etwas Auslösen und das funktioniert bei mir auch sehr gut!

Ich kannn Dir da leider nicht weiterhelfen.

Gruß
Dieter

#24 RE: http.request

Verfasst: Di 26. Apr 2011, 23:15
von Franky
Hi Dieter:) ,

trotzdem tausend Dank.

Bin gespannt, was Filip sagt.:w00t:


Hi Dieter:) ,

thanks a lot.

Let's see what Filip says.:w00t:

#25 RE: http.request

Verfasst: Fr 9. Dez 2011, 15:24
von twinkelm
Hi Filip,

can I please ask a followup-question? In the Nuvo how-to I saw also the C.TCP.send samples. Very exiting. What kind of communication protocols do we have now available in the base?

sockets with C.TCP.send, and HTTP with C.HTTP.get?

Is it also possible to "retrieve" values, such as results from an HTTP GET call back into some variable? Or something like C.TCP.receive?
What communication protocols can I use directly in LOGIC? Are things like socket.connect from the luasocket library possible? Or http.request such as in the beginning of this thread? I was not able to get this running ;-(

Many, many thanks for a short clarification,
Best regards,
Thomas

#26 RE: http.request

Verfasst: Fr 30. Dez 2011, 20:33
von DOMIQ
Hi, for now it's not possible to received data from TCP/UDP. We try to think what kind of API would make it easy to make it reliably - networking APIs are typically used in "blocking" fashion, and that would break other Logic processing...