I have written a code in network simulator 3, which is based on C++. It is simulating a new protocol within a 5G network. I have another code in Google Colab, by using one of the well-known deep learning libraries called TensorFlow. Now I have my code in network simulator 3 and my trained neural network in Google Colab. I want to send some parameters from the Network simulator 3 (C++) to Google Colab and then return the output based on the neural network to the network simulator 3, and make some decisions based on the output of the neural network. How can I establish a connection between these two platforms?

Thanks in advance

More Reza Poorzare's questions See All
Similar questions and discussions