OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation of AriesWorker for syft send/rcv messages over Aries channel.

H4LL opened this issue · comments

Description

We'd like to extend the Baseworker class to use the basic messaging service in the Aries controller. We are beginning this below. The plan is to turn the binary into a string so that it can be communicated over the Aries Basic Message protocol. We're trying to send a syft tensor, x, over the channel. If the other side receives it, itll be able to interpret it with it's own Baseworker.

How to Reproduce

  1. Run through the README instructions
  2. Once you get to the Syft experiment stage.

what we need

We need AriesWorker send/rcv messages to be sent over the aries controller channel.

Screenshots

If applicable, add screenshots to help explain your problem.

System Information

  • Docker

I think I want to close this @H4LL what do you think?

I am closing this, we can reopen it later if needed.