Skip to content

fix wifi status not properly displayed#6

Merged
rucoder merged 2 commits intolf-edge:mainfrom
rucoder:rucoder/fix-wifi-status
Jan 20, 2025
Merged

fix wifi status not properly displayed#6
rucoder merged 2 commits intolf-edge:mainfrom
rucoder:rucoder/fix-wifi-status

Conversation

@rucoder
Copy link
Contributor

@rucoder rucoder commented Jan 13, 2025

No description provided.

- remove verbose log from kmsg task
- fix typo in comment

Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
- Some interfaces may not have MAC address e.g WiFi which is not
  properly configured

Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
@rucoder rucoder requested a review from uncleDecart January 13, 2025 15:12
println!("Unknown message type: {}", s);
panic!("Deserialization is not implemented!!!");
}
_ => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backward/forward compatibility? I mean what if new client will get old data and what if we use old client with new data?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uncleDecart this is a major problem. I need to create intermediate structures on EVE side to device EVE-Monitor API. now any change on eve side in internal structures breaks monitor

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm 60% done with my research on switching to protocol-based communication in EVE with nkv and probably Protobuf, hang on there

Copy link
Member

@uncleDecart uncleDecart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rucoder rucoder merged commit bcde346 into lf-edge:main Jan 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants