Hello Everyone,
I am going to build Automation Framework or let's say Simulator based on the jSS7 opensource Stack.
So, basically, we have SG which is SIGTRAN based and we have to send SIGTRAN flows (Requests) to it.
I have done the initial assessment by referring to the jSS7 Stacks documents, Initially to understand the stack and its working, I was planning to run jSS7 Simulator. I have downloaded the binary and installed the required dependencies. So, I have below platform :
JDK 1.7
Ant, Maven and Jmx as per the installation document.
Do I need Jboss for the simulator?
If anyone can help with this?
Presently, I am facing below Error: I am running 'run.sh' from /home/'jss7-8.0.0-179/tools/simulator/bootstrap/src/main/config'
Error: Could not find or load main class org.restcomm.protocols.ss7.tools.simulator.bootstrap.Main
Even we have required file main.java in the required path.