catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
327 stars 80 forks source link

Refactor utils.h into multiple smaller units #990

Closed Jalle19 closed 2 years ago

Jalle19 commented 2 years ago

It seems like utils have grown over time and it has slowly become so integrated that almost every module requires it in one way or another. I figured I'd get the ball rolling on factoring out things into separate modules/files.

This is really just a first step - there's more that could be factored out.

@catalinii what do you think? I think it could help other people get a grasp of the codebase more easily if we untangle it a bit? Certainly helps me!

Jalle19 commented 2 years ago

I'll squash the fixups and will runtime test this for a few days before merging

Jalle19 commented 2 years ago

Note to self to add copyright block comments to some of the new files