我想对从gps设备接收的tcp数据使用不同的分隔符*(asterik)。默认情况下,它是newLine字符。
from("netty:tcp://0.0.0.0:5557?textline=true&sync=false&tcpNoDelay=true").bean(DataReceiverService.class,"decisionMaker")
我读了netty文档,它说它只接受" LINE"和" NULL"因为值和LINE是默认值。
TCP数据格式为:
$ 96,.,.,.,.,,.,5,.,.,. * (Starting with dollar and ending with an asterik).