Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacebro/tcp-bro
https://github.com/spacebro/tcp-bro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacebro/tcp-bro
- Owner: spacebro
- Created: 2018-05-17T12:32:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T17:47:08.000Z (over 6 years ago)
- Last Synced: 2024-11-21T04:11:38.716Z (2 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP Bro
A simple spacebro to TCP message gateway
## ❓Why ?
Sometime you can't use spacebro and you need to communicate through more simple message.
This project aims to ease communication between spacebro and already existing project running on simple TCP layer.## 🌍 Installation
`npm install` or `yarn`
## ⚙ Configuration
`cp settings/settings.default.json settings/settings.json`
Then change the `tcp-server` configuration:
```
{
"service":{
"tcp-server":{
"port": 8888,
"host": "127.0.0.1"
}
}
}
```## 👋 Usage
`npm start` or `yarn start`
## 📦 Dependencies
- json-socket
- spacebro-client
- standard-settings## 🕳 Troubleshooting
All the help you can provide to avoid falling in a trap or a black hole.
## ❤️ Contribute
Explain how to contribute to the project