How to print on GoDEX printer from Linux & Raspberry PI without driver over LAN or WIFI
Prepare *.txt file with ZPL,EPL or EZPL code. In my example it is test.txt
Set GoDEX printer LAN or WIFI settings

At Linux command promt enter folder where is *.txt file and send command: nc -q 2 192.168.92.183 9100 < test.txt
