Ladder99 / fanuc-driver

Configurable Fanuc Focas data collector and post processor.
Apache License 2.0
74 stars 25 forks source link

Compare traffic on-the-wire with focas2.log data. #19

Closed MRIIOT closed 2 years ago

MRIIOT commented 3 years ago

focas2.log is a Linux only log from the Fanuc library. We have no control over it. public static extern short cnc_startupprocess(long level, string filename);

I see. But could you not catch the output prior to writing it to file? I know, this is not that important, but it’s nice to have. wink

It looks like it would be helpful for reversing the protocol on the wire.

Indeed it would be useful for that. :wink:

Originally posted by @tukusejssirs in https://github.com/Ladder99/fanuc-driver/issues/4#issuecomment-864390147

tukusejssirs commented 2 years ago

@MRIIOT, I don’t mind marking this issue as wontfix, but what is the reason? Especially, what’s the reason for the security label?

MRIIOT commented 2 years ago

Time and priority. Unless we wanted to reverse the Focas protocol.