Page 1 of 1

Side Project:CDR Real-Time on Ethernet

Posted: 18 Apr 2024 17:25
by alex
Hi there
Proud to present Yet another CDR collector - this time in pure Powershell! No Java, no python, no libraries, no additional modules needed. Just one Powershell script (created only for educational purposes).
So if you want to test it - get it from GitHub https://github.com/Jeepers-Gitters/OXE_EAcc.git or just download script itself and .ini file.

Re: Side Project:CDR Real-Time on Ethernet

Posted: 21 May 2024 13:44
by frank
What does it do exactly ?

Re: Side Project:CDR Real-Time on Ethernet

Posted: 22 May 2024 10:59
by alex
Its just collects real-time tickets (CDR,VoIP,MAO) on Ethernet, writes them in files for further processing. Also it shows short CDR string:
Image
Full description is on Github page.

Re: Side Project:CDR Real-Time on Ethernet

Posted: 06 Jun 2024 11:20
by frank
excellent!

Re: Side Project:CDR Real-Time on Ethernet

Posted: 06 Jun 2024 14:18
by alex
frank wrote: 06 Jun 2024 11:20excellent!
Thanks, Frank
Almost ready to roll out version 1.0.
In a meantime just ported my old-time QB project https://github.com/Jeepers-Gitters/ALU_OXE_OPS

Re: Side Project:CDR Real-Time on Ethernet

Posted: 17 Jun 2024 03:44
by alex
Update: version 0.9 published
Added:
  • Redundancy/Spatial Redundancy support. When TCP connection is lost script switches to Standby CPU address and back
  • Ctrl-C press handled by script for clear exit
  • Some minor improvements and corrections