This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
Releases: mdmfernandes/socad
Releases · mdmfernandes/socad
SOCAD 0.1.0 - The first release
This is an early, pre-release build of the SOCAD.
Features
- Communication between Cadence Virtuoso and a Python client, through a server. The server "talks" with Cadence through Inter-process Communication (IPC) and "talks" with the client through sockets.
- The data exchanged between the client and the server is serialized in JSON.
- Different socket types can be chosen according to the final application (communication in the same machine, different machines, etc.).