Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright

Networking & FS

For general discussion related FlowStone

Re: Networking & FS

Postby Tronic » Mon Aug 12, 2013 5:58 am

connect a simple primitive string and leave it blank.
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Networking & FS

Postby fabb » Mon Aug 12, 2013 6:04 am

Tronic wrote:connect a simple primitive string and leave it blank.

Not sure what you mean, the Server component doesn't have an IP input. Could it be that you are talking about the Client component?
User avatar
fabb
 
Posts: 6
Joined: Wed Feb 20, 2008 9:06 pm

Re: Networking & FS

Postby Tronic » Mon Aug 12, 2013 6:39 am

if your net-client is that of FS, you can do as I said.
if it is a client of another software you have to bind your machine IP,
or try the client address 0.0.0.0.
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Networking & FS

Postby fabb » Mon Aug 12, 2013 5:28 pm

I've got an external Java client.

As I said, I have several machine IPs (LAN, Wireless), and no way of knowing which IP Flowstone server binds to. I want to avoid having to enter it manually in my client software everytime. Why doesn't connecting to 127.0.0.1 work? Looks more like a bug to me.
User avatar
fabb
 
Posts: 6
Joined: Wed Feb 20, 2008 9:06 pm

Re: Networking & FS

Postby Tronic » Mon Aug 12, 2013 9:01 pm

yes, there are some oddities in its functionality.
it does not seem to use loopback IP.

If you use the UDP protocol you can set your client with the IP 255.255.255.255
this ip work as Broadcast mode , and send the messagge to all nodes witch have the opened port.

i use it as preamble
a client to interrogate if the server respond at,
and send a message from server, with the current ip and machine name
and after bind the real connection.
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Networking & FS

Postby fabb » Mon Aug 12, 2013 9:30 pm

Actually I use TCP. But the workaround with the UDP Bonjour-like preamble is a good idea, thanks! Let's see if I can incorporate this easily.
User avatar
fabb
 
Posts: 6
Joined: Wed Feb 20, 2008 9:06 pm

Re: Networking & FS

Postby fabb » Fri Aug 16, 2013 10:35 am

I've created such a discovery server.
But actually I don't need it, as it's much easier to try to connect to the local address of each active network device in java and use the first one that works...

Maybe if someone needs it, I've attached my efforts.
2 things to mention:
1. Flowstone's Server seems not to output the IP of the sender of a message. So I needed to broadcast the reply.
2. The discovery server has 2 ports, one for the server to listen, and one of the destination to send the reply to. These ports can only be the same when one needs to discover servers NOT on localhost - as the discoverer also needs to create a server to listen for discovery replies, and on the same network device there cannot be 2 servers listening on the same UDP port.

Have fun!
Attachments
DiscoveryServer.zip
(9.11 KiB) Downloaded 894 times
User avatar
fabb
 
Posts: 6
Joined: Wed Feb 20, 2008 9:06 pm

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 46 guests