remoterf 0.0.7.28__py3-none-any.whl → 0.0.7.29__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of remoterf might be problematic. Click here for more details.

@@ -56,6 +56,9 @@ def rpc_client(*, function_name, args):
56
56
  if 'UE' in response.results:
57
57
  print(f"UserError: {unmap_arg(response.results['UE'])}")
58
58
  input("Hit enter to continue...")
59
+
60
+ if 'Message' in response.results:
61
+ print(f"{unmap_arg(response.results['Message'])}")
59
62
 
60
63
 
61
64
  return response
@@ -58,12 +58,14 @@ class ad9364(rx_tx_def):
58
58
 
59
59
  class Pluto: # client
60
60
 
61
- def __init__(self, token='', debug=False):
61
+ def __init__(self, token:str, debug=False):
62
62
  self.token = token
63
- try_call_0_arg(function_name="ip", token=token)
63
+ response = try_call_0_arg(function_name="ip", token=token)
64
+
64
65
 
65
66
  def api_token(self, token:str) -> None:
66
67
  self.token = token
68
+ try_call_0_arg(function_name="ip", token=token)
67
69
 
68
70
  # PlutoSDR
69
71
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: remoterf
3
- Version: 0.0.7.28
3
+ Version: 0.0.7.29
4
4
  Summary: A python API to remotely access signal centric hardware. Client-side only!
5
5
  Author: Ethan Ge
6
6
  Author-email: ethoGalaxy@gmail.com
@@ -12,7 +12,7 @@ remoteRF/core/__init__.py,sha256=XQiCe8kyzM7XLxA883-uDndBmbr-NXo1uvtMJT2h6oA,73
12
12
  remoteRF/core/acc_login.py,sha256=UcY3rDLAwHoJ9lYXRfm26z_6yJX0JSoKv-u1mF6n0Gs,49
13
13
  remoteRF/core/app.py,sha256=WLVEReY7QgEuRUq2LS5H_X9yp4hoQnMoY-DW7BBNR6I,21215
14
14
  remoteRF/core/grpc_acc.py,sha256=bspLTzblhqYVVEFPwdvXrDZjREBWJVvD_SaT_cja6kU,2441
15
- remoteRF/core/grpc_client.py,sha256=UMWAV7o_UX2MdcSSgCqC3hXwMmicWU-M7NO3RCTXYIo,3037
15
+ remoteRF/core/grpc_client.py,sha256=540JkGsJ8_poN_aRn3FJmuGN4078or06ke00T6A7qEo,3143
16
16
  remoteRF/core/certs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  remoteRF/core/certs/ca.crt,sha256=Rp8V8Mi413an0rO_dy7sH32j77ppVP1POZ-g7_eVtDU,2004
18
18
  remoteRF/core/certs/ca.key,sha256=h5UQDlCcf7munMLTROYk6TGt9Guf0ar9aHoRPlsR2sk,3272
@@ -22,9 +22,9 @@ remoteRF/core/certs/server.crt,sha256=lV7KfCMA2Yz0ysDT5GcoNawDAg9uvtS33eZvycWOR1
22
22
  remoteRF/core/certs/server.key,sha256=F4hVXkENhugrpnHEYNesdvXJByvJ-_9Fxbiqf0Akn-U,1704
23
23
  remoteRF/drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  remoteRF/drivers/adalm_pluto/__init__.py,sha256=_IOOeQXR6paCP7Eciw2aeKBUNvZs-jeBTwW8QqUlFyU,33
25
- remoteRF/drivers/adalm_pluto/pluto_remote.py,sha256=lc2_lcR2W6KuxWFs6Ad4ptd0c_Ct-OXboG-rGQk_Pu4,7383
26
- remoterf-0.0.7.28.dist-info/METADATA,sha256=2goNUTeFG4Z8rupQcGQ7Zse_gCwqzGaJH53IxEa1LD8,4928
27
- remoterf-0.0.7.28.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
28
- remoterf-0.0.7.28.dist-info/entry_points.txt,sha256=TweiWBwjbPs3G5Xgx3kF7LqP3r-0Iy1BstMoX0mVnTM,64
29
- remoterf-0.0.7.28.dist-info/top_level.txt,sha256=XQJoVTmAOsHV9qtPSP_QSh0ma4jKxsDkxn4IjM_ZuZk,9
30
- remoterf-0.0.7.28.dist-info/RECORD,,
25
+ remoteRF/drivers/adalm_pluto/pluto_remote.py,sha256=6TTp6v6HCXnULHFh90GVbLDWk7RXY2oZo7iiCl8EZdI,7460
26
+ remoterf-0.0.7.29.dist-info/METADATA,sha256=9U7GQ62nPBeBfWMzia1KNZgxyDQbCxWlOzHJZt1C1u4,4928
27
+ remoterf-0.0.7.29.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
28
+ remoterf-0.0.7.29.dist-info/entry_points.txt,sha256=TweiWBwjbPs3G5Xgx3kF7LqP3r-0Iy1BstMoX0mVnTM,64
29
+ remoterf-0.0.7.29.dist-info/top_level.txt,sha256=XQJoVTmAOsHV9qtPSP_QSh0ma4jKxsDkxn4IjM_ZuZk,9
30
+ remoterf-0.0.7.29.dist-info/RECORD,,