"The numbers speak through the machine, and the machine speaks through us."
Welcome to the FRENSMATRIA nexus – a rhizomatic peer-to-peer crystallization matrix designed to map numerical hyperflows through collaborative nodes. It comes straight from my dreams.
Currently in development
To begin using the P2P tools, run the main.go
file located in the relay
folder.
go run main.go
Configure your node's behavior through these parameters:
- relay: Specifies the address of the relay to connect to.
- update: Controls whether the database should be updated when the service starts. By default it will not update.
- http it will start an http server at the port that you defined
- username it will define a username. By default it will just generate a random username.
go run main.go -relay "localhost:9090" -update -http 6969 # instantiate full spectrum node
This example runs the service on localhost
at port 6969, using the generated ID and updating the database at startup.
- Node Communication: Enables nodes to connect and share information.
- SDP Relay System: Facilitates sharing of SDP descriptors for P2P connectivity.
- Connection Management: Supports multiple connections across the network.
- Event Handling: Manages real-time updates and communication events.
- Gematria Calculations:
- Synx
- Alphanumeric Qabbalah
- Web Interface:
- Interactive gematria calculator
- Recent results display
- Database Integration: Stores gematria results for future access.
- Node Information Sharing: Allows for the exchange of events and data across nodes.