35 static ns3::TypeId GetTypeId();
41 std::string getIP()
const;
42 uint16_t getPort()
const;
44 void subscribeTopic(
const std::string &topic);
45 void publishTopic(
const std::string &topic,
const std::string &msg);
50 std::unique_ptr<SOLAWrapper> sola_;
52 ns3::Ipv4Address local_ip_address_;
54 uint16_t listening_port_ = 0;