A Java implementation of the OpenID Shared Signals Framework Reciever.
Utilizing the access token found in the Reciever.java file in pollEvents(), begin transmitting with the Transmitter found at caep.dev.
Run Main.java to see the parsed SsfEvents that you transmit.
Step 1: Pull the code using IntelliJ (build system not yet set up for command line).
Step 2: Register with caep.dev to get an access token for transmitting.
Step 3: In Receiver.java in pollEvents() edit the access token field to contian your unique access token gotten from caep.dev registration.
Step 4: Transmit events using the caep.dev transmitter.
Step 5: Run Main.java to see the parsed ssf evenst that you transmit.
Todos:
- Make command line build work.
- Debug multiple event handling.