In VOLTTRON, how to use VIP to get agents talk across remote platform instances?
问题 I am trying to get agents talk to each other across remote platform instances. For example, Agent1 running on machine1 (192.168.1.10) wants to talk to Agent2 running on machine2 (192.168.1.11) with VOLTTRON environment . I think VOLTTRON Interconnect Protocol (VIP) may be a good choice to implement that, but how to set it? Can anyone show me an example? Thanks. 回答1: Are you trying to have two agents talk directly or is the goal for them to publish messages to a remote bus for the other agent