Skip to content

Commit

Permalink
rename mosaik to external_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliefro authored Sep 29, 2024
1 parent 768ce0a commit 3c1a050
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ async def run_scenario():
codec = JSON()
codec.add_serializer(*AlphabetMessage.__serializer__())

active_container = await create_container(addr='client0', codec=codec, connection_type='mosaik')
reply_container = await create_container(addr='client1', codec=codec, connection_type='mosaik')
active_container = await create_container(addr='client0', codec=codec, connection_type='external_connection')
reply_container = await create_container(addr='client1', codec=codec, connection_type='external_connection')

active_agent = RoleAgent(active_container, suggested_aid='activeAgent')
reply_agent = RoleAgent(reply_container, suggested_aid='replyAgent')
Expand Down

0 comments on commit 3c1a050

Please sign in to comment.