Skip to content

Data converter for EBuEf database and IVU applications

Notifications You must be signed in to change notification settings

budul100/EBuEf2IVU

Repository files navigation

EBuEf2IVU

Multiple services to connect EBuEf applications and IVU applications.

Build commands

  • docker buildx build --net=host -t ebuef2ivucrew -f ./Programs/EBuEf2IVUCrew/Dockerfile .

Run commands

  • docker run -it --rm --net=host -v /mnt/<...>/EBuEf2IVU/Programs/EBuEf2IVUCrew/ebuef2ivucrew-settings.docker.xml:/ebuef2ivucrew-settings.xml -t ebuef2ivucrew -s /ebuef2ivucrew-settings.xml

Additional remarks

  • Check port availibility in WSL2: nc -zv "<Computer name>.local" <Port>

  • Send multicast messages in WSL2: echo "<Message>" | netcat -u <Address> <Port>

  • Set WSL2 port proxy on Windows host: netsh interface portproxy add v4tov4 listenport=<Port> listenaddress=0.0.0.0 connectport=<Port> connectaddress=127.0.0.1

  • Add firewall rule on Windows Host: netsh advfirewall firewall add rule name= "IVU JBoss Listener" dir=in action=allow protocol=TCP localport=<Port>

About

Data converter for EBuEf database and IVU applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages