X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.maxusbmass;h=8c12923b83d46fef57168c1b6e9662571ac2f2dc;hp=9796971821b7056714689f136114ef487ed0900e;hb=0c1cae929512565296940bf6322087a73b2cecd0;hpb=cf8e51297dbdac9c89a68ecf7ee57e422030930f diff --git a/client/goodfet.maxusbmass b/client/goodfet.maxusbmass index 9796971..8c12923 100755 --- a/client/goodfet.maxusbmass +++ b/client/goodfet.maxusbmass @@ -8,9 +8,15 @@ import sys; import binascii; import array; import time; +import warnings from GoodFETMAXUSB import *; +warnings.warn( +"""The libraries upon which this program depends will soon be deprecated in +favor of the USB*.py libraries. See facedancer-umass.py (forthcoming) for an +example of this program written using the new libraries.""" +) # This constant is kinda complicated and very ugly. The idea is that # if we take too long in any given transaction, the host will abort.