str is not callable error in python .
- by mekasperasky
import sys
import md5
from TOSSIM import *
from RadioCountMsg import *
t = Tossim([]) #The Tossim object is defined here
m = t.mac()#The mac layer is defined here , in which the communication takes place
r = t.radio()#The radio communication link object is defined here , as the communication needs Rf frequency to transfer
…