From bfff8b79b950f2f1cebfd2db662a4205df5da65a Mon Sep 17 00:00:00 2001 From: Samuel O'Brien Date: Tue, 21 Jul 2020 13:59:39 -0500 Subject: sim: Add Daughterboard Methods This commit adds daughterboard simulation to the simulator. There is a sim_dboard class which registers it's methods with the rpc server. These methods are visible over mpm as well as the mpm_shell. Signed-off-by: Samuel O'Brien --- mpm/python/usrp_mpm/simulator/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 mpm/python/usrp_mpm/simulator/__init__.py (limited to 'mpm/python/usrp_mpm/simulator/__init__.py') diff --git a/mpm/python/usrp_mpm/simulator/__init__.py b/mpm/python/usrp_mpm/simulator/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3