Can C client compiled on arm connect to server running on intel?

Hi all, I compiled my c client sample code on raspberry pi. same code compiled on PC (intel machine) runs fine but when client from arm is executed it shows AEROSPILE_ERR_CONNECTION socket read error 104. Log file on server shows unsupported protocol version. seems like client is sending packet to server as per target machine architecture. Is client server protocol machine independent or client need to know the server machine architecture?

– Munish

The C client does not support ARM.