In addition, you'll want to set at least one feedback item, a catch-all item that
catches everything received on the chosen port. Then in your JS setup, watch
the CF.FeedbackMatchEvent for this system and process your data in Javascript.
There are examples for this in the documentation.
Florent
On 23 août 2011, at 19:52, Trikom wrote:
> I am using "CF.send" to send tcp / ip commands. But, what is the
> command to receive tcp / ip messages?
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to comman...@googlegroups.com.
> To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
>
--
Florent Pillet - Software Engineering Lead
www.commandfusion.com
Jarrod
On 24/08/11 8:08 AM, Florent Pillet wrote:
> As Fiasco said, create a system accepting incoming connections on the desired port.
>
> In addition, you'll want to set at least one feedback item, a catch-all item that
> catches everything received on the chosen port. Then in your JS setup, watch
> the CF.FeedbackMatchEvent for this system and process your data in Javascript.
>
> There are examples for this in the documentation.
>
> Florent
>
Florent
On 24 août 2011, at 05:54, Fiasco wrote:
> You don't need to have accept incoming connections checked for udp
>
> On Aug 23, 7:31 pm, Jarrod Bell <jar...@guilink.com> wrote:
>> One thing to note "Accept incoming connections" option in system
>> properties is only for creating a TCP Server on the iPad or listening
>> for UDP incoming data.
>> Do not tick this option if you want iViewer to be a TCP Client,
>> connecting to a TCP Server.
>>
>> Jarrod
--