plgd-dev / go-coap

Implementation of CoAP Server & Client in Go

Home Page:https://coap.technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to read raw UDP packet

arigon opened this issue · comments

commented

Hello

how is it possible on server side to read the whole UDP packet (header+body) a client has sent?

Cheers
Alex

With v3 - yes it is possible via

func WithGoPool[C responsewriter.Client](goPool config.GoPoolFunc[C]) GoPoolOpt[C] {