ClarkuCSCI / pydiode

Transfer data through a unidirectional network (i.e., a data diode)
MIT License
2 stars 0 forks source link

Add Test Function #12

Closed peterstory closed 2 months ago

peterstory commented 2 months ago

This will make it easy to check whether the data diode is configured properly. Also, users can now test pydiode without potentially leaking sensitive information (e.g., if they haven't configured network interfaces correctly).

For #3

peterstory commented 2 months ago

@Patrick-Ziegler When you have time, it would be good to test that everything works as expected when tested on Debian or Tails. So far, I've only tested locally on my Mac.

peterstory commented 2 months ago

I tested this in the lab today, and it seems to work well! So I will merge into main.