Patch Hello world pattern
This commit is contained in:
parent
c9f317f931
commit
52032b5676
@ -36,7 +36,7 @@ func main() {
|
|||||||
===== Init all Write here =====
|
===== Init all Write here =====
|
||||||
*/
|
*/
|
||||||
// Creation of the HelloRule
|
// Creation of the HelloRule
|
||||||
helloRule := writers.CreateHelloRule("^HELLO ([A-Za-z0-9]{5,20}) ([0-9]{1,5})\r\n$")
|
helloRule := writers.CreateHelloRule("^HELLO ([A-Za-z0-9.]{5,20}) ([0-9]{1,5})\r\n$")
|
||||||
protocolRepository.AddWriter(&helloRule)
|
protocolRepository.AddWriter(&helloRule)
|
||||||
|
|
||||||
// Creation of the SendOkRule
|
// Creation of the SendOkRule
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"multicastNetworkInterface" : "wlp1s0",
|
"multicastNetworkInterface" : "tun0",
|
||||||
"multicastAddress" : "224.66.66.1:15502",
|
"multicastAddress" : "224.66.66.1:15502",
|
||||||
"multicastSecond" : 30,
|
"multicastSecond" : 30,
|
||||||
"domain" : "lightcontainerSB01",
|
"domain" : "lightcontainerSB01",
|
||||||
|
Loading…
Reference in New Issue
Block a user