You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fpga_pes_ensemble_network code and the DNA_extractor code contain a lot of duplicate code. They should be refactored (make an SSH class or something) to reduce code copy/pasting. Refactoring the code would also make it easier to user the same SSH communication methods for future fpga ensemble / networks.
The text was updated successfully, but these errors were encountered:
Maybe this is also a good time to look at adding a flag to indicate that SSH has connected. Using this flag to indicate to the socket that it should start expecting values.
The
fpga_pes_ensemble_network
code and theDNA_extractor
code contain a lot of duplicate code. They should be refactored (make anSSH
class or something) to reduce code copy/pasting. Refactoring the code would also make it easier to user the same SSH communication methods for future fpga ensemble / networks.The text was updated successfully, but these errors were encountered: