Android Question Receiving data on Syslog port 514

janderkan

Well-Known Member
Licensed User
Longtime User
Trying to interface to a system that sends log messages on port 514 using UDP.
Is there any way to open UDP port 514 for listening.
Regards
Jan
 

merlin2049er

Well-Known Member
Licensed User
Longtime User
Does that mean you can't send from port 514? I need to send a message to a syslog server from an app @ 192.168.3.221 port 514.

I could tell them to change the port I guess.
 
Upvote 0

merlin2049er

Well-Known Member
Licensed User
Longtime User
Ok, I tried sending packets to port 514 and it failed to compile or run.
I will try again and post the error here.
 
Upvote 0

merlin2049er

Well-Known Member
Licensed User
Longtime User
Ok, it basically says 'bind failed' (Permission denied). I guess it can't bind to that port unless the Android OS has been rooted.
 
Upvote 0
Top