Questions tagged [hubnet]

HubNet is a technology that lets you use NetLogo to run participatory simulations in the classroom.

HubNet is a technology that lets you use NetLogo to run participatory simulations in the classroom. See http://ccl.northwestern.edu/netlogo/docs/hubnet.html

8 questions
2
votes
0 answers

How to create different interfaces views between me and clients in Netlogo Hubnet, by hidding information in the client's view only?

I am modelling a game on pest monitoring using Netlogo hubnet. The model takes the form of a simulator where specialized agents evolve in an environment in search of pest outbreaks. The clients (players of my game) make decision with the few…
LucTin4
  • 21
  • 2
2
votes
1 answer

NetLogo HubNet Slider Values

In my HubNet application each client has access to a slider which he or she can use to guess the answer to questions. I use the command set slider-value 0 in order to reset the slider between questions. However, this only seems to set the global…
2
votes
1 answer

NetLogo, Questions about Negation (absolute Complement) and HubNet and hubnet-send-override

I'm writing a Hubnet-application and I want the view of each client to depend on the turtles in that client's variable turtles I can see. In particular I want to hide all turtles not in a clients turtlesIcansee from her. I've managed to get this to…
1
vote
1 answer

Distributing Netlogo commands using Hubnet Client?

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
vote
0 answers

changing the sizen and appareance of the broadcast section in netlogo

Hi I am trying to make a chat for a social experiment in NetLogo, right now I made the basic chat, but now I wonder if there is a way to change the height of the broadcast area, because I want that the chat area is big enough so I could put a …
kaint
  • 11
  • 1
1
vote
0 answers

NetLogo: hubnet-broadcast-message adds unwanted newline

When sending a message to HubNet clients using hubnet-broadcast-message or hubnet-send-message a newline is added. This does not happen when broadcasting a message using the HubNet Control Center. Example: hubnet-broadcast-message…
ScootCork
  • 3,411
  • 12
  • 22
1
vote
1 answer

How to send popup window messages/questions to clients during hubnet simulations (netlogo)

I am quite new to Netlogo and I am currently programming a serious game with Hubnet. I was wondering if it is possible to send messages to specific clients via popups windows. I explain: For instance, if a client makes a certain decision (or…
1
vote
1 answer

NetLogo, HubNet and allocating Who-numbers

So in my current HubNet application turtles are organized in various graph-structures. Whether or not two clients can see each other depends on whether the corresponding turtles are connected in the graph. I currently build the graphs based on the…