Coder Social home page Coder Social logo

cerulanlumina / ffxiv-act-linux-interface Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 0.0 73 KB

An interface program to parse the memory of FFXIV running on linux/wine and push it to a client running in a VM where ACT may parse it.

License: Apache License 2.0

Rust 99.65% Shell 0.35%

ffxiv-act-linux-interface's People

Contributors

cerulanlumina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ffxiv-act-linux-interface's Issues

Error in memory or network thread - think I configured IP addresses wrong

Hello, I think I misunderstood the instructions and misconfigured the config.json files.

$ sudo cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.02s
     Running `target/debug/ffxiv_act_linux_host`
Found FFXIV on PID 10135!
Found FFXIV network port at 55023!
Starting memory-sync and network-passthrough now...
[NET] TCP network-passthrough socket bound to 192.168.1.114:54992.
[NET] Waiting for TCP client
[NET] Attempting to capture on enp34s0
[NET] Identified FFXIV Server port as 55023, capturing traffic from that port.
[NET] Setup pcap for network redirection
Failed to find the following signatures:
[Target]
[MobArray]
[PartyList]
[ServerTime]
[ZoneID]
Terminating due to error in memory or network thread.

This is the contents of /ffxiv-act-linux-host/config.json:

{
  "net_config": {
    "interface": "enp34s0",
    "hostname_exclude": "kaj-computer",
    "bind_address": "192.168.1.114:54992"
  },
  "mem_config": {
    "bind_address": "192.168.1.114:7262"
  }
}

And this is the one in the client:

{
  "mem_address": "192.168.1.114:7262",
  "net_address": "192.168.1.114:54992"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.