1

Is there a way to allow for clients to run commands with hubnet?

I see a tag in a button, for example, which can send a message, but can the client dedicate some computational power?

mattsap
  • 3,790
  • 1
  • 15
  • 36

1 Answers1

1

No. The regular HubNet client doesn't do that; it's a thin client only.

It is possible to write your own custom HubNet client, that does anything you want; the server doesn't know the difference as long as the client sends the right messages. But you'd need to build such a client yourself. There's a repository on this theme at https://github.com/NetLogo/HubNetClients , but I see it hasn't been updated since 2011, so it might need tweaking to be usable in 2016.

Seth Tisue
  • 29,985
  • 11
  • 82
  • 149
  • Great!. This is useful since it has multiple examples in multiple languages. They're pretty easy to understand as well. – mattsap May 11 '16 at 01:27