in 04_EdgeApplication/turbine/edgeagentclient.py [0:0]
def __init__(self, channel_path):
# connect to the agent and list the models
self.channel = grpc.insecure_channel('unix://%s' % channel_path )
self.agent = agent_grpc.AgentStub(self.channel)
self.model_map = {}
self.__update_models_list__()