[Question] Plan about ASTF support
egwakim opened this issue · 8 comments
Hi,
Current trex-java-sdk can supports stateless mode only.
But, we need to use java based ASTF APIs.
Q1. Do you have plan to support ASTF APIs in trex-java-sdk?
Q2. Do you have any additional information about ASTF RPC commands?
Current ASTF RPC command manual is not enough for us and referring the existing Python based ASTF API library code is time consuming job.
Thanks
Best Regards
Gwangmoon
Thanks for answers, then, you have no plan to support ASTF API in trex-java-sdk and no additional documents except current shared document, right?
Thanks
Gwangmoon
I can't talk on behalf of the maintainers of this java-sdk project. It is supported by a different team.
I've just given an idea for supporting this.
In STL there is a limit support for the profile itself in Java
Great,
Then, we'll be able to add additional features on top of your baseline.
Thanks
Best Regards
Gwangmoon
Hi
We have been looking into this a bit and already done some implementation, i have submitted it as pull request as i hope it can be useful and you dont have to do the same implementation again. It is not complete with all API calls but it is a start. #41
Hi, please check latest merged PR, there are some APIs for ASTF implemented