remoterf 0.0.7.28__tar.gz → 0.0.7.29__tar.gz

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.

Files changed (37) hide show
  1. {remoterf-0.0.7.28/src/remoteRF.egg-info → remoterf-0.0.7.29}/PKG-INFO +1 -1
  2. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/setup.py +1 -1
  3. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/grpc_client.py +3 -0
  4. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/drivers/adalm_pluto/pluto_remote.py +4 -2
  5. {remoterf-0.0.7.28 → remoterf-0.0.7.29/src/remoteRF.egg-info}/PKG-INFO +1 -1
  6. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/LICENSE +0 -0
  7. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/MANIFEST.in +0 -0
  8. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/README.md +0 -0
  9. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/setup.cfg +0 -0
  10. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/__init__.py +0 -0
  11. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/__init__.py +0 -0
  12. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/grpc/__init__.py +0 -0
  13. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/grpc/grpc_pb2.py +0 -0
  14. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/grpc/grpc_pb2_grpc.py +0 -0
  15. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/utils/__init__.py +0 -0
  16. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/utils/ansi_codes.py +0 -0
  17. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/utils/api_token.py +0 -0
  18. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/utils/list_string.py +0 -0
  19. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/common/utils/process_arg.py +0 -0
  20. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/__init__.py +0 -0
  21. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/acc_login.py +0 -0
  22. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/app.py +0 -0
  23. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/__init__.py +0 -0
  24. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/ca.crt +0 -0
  25. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/ca.key +0 -0
  26. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/cert.pem +0 -0
  27. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/key.pem +0 -0
  28. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/server.crt +0 -0
  29. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/certs/server.key +0 -0
  30. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/core/grpc_acc.py +0 -0
  31. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/drivers/__init__.py +0 -0
  32. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF/drivers/adalm_pluto/__init__.py +0 -0
  33. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF.egg-info/SOURCES.txt +0 -0
  34. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF.egg-info/dependency_links.txt +0 -0
  35. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF.egg-info/entry_points.txt +0 -0
  36. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF.egg-info/requires.txt +0 -0
  37. {remoterf-0.0.7.28 → remoterf-0.0.7.29}/src/remoteRF.egg-info/top_level.txt +0 -0
@@ -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
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
 
7
7
  setup(
8
8
  name="remoterf",
9
- version="0.0.7.28",
9
+ version="0.0.7.29",
10
10
  author="Ethan Ge",
11
11
  author_email="ethoGalaxy@gmail.com",
12
12
  description="A python API to remotely access signal centric hardware. Client-side only!",
@@ -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
File without changes
File without changes
File without changes
File without changes