Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java use libRETS #97

Open
LHYLYQ31 opened this issue Feb 22, 2021 · 7 comments
Open

java use libRETS #97

LHYLYQ31 opened this issue Feb 22, 2021 · 7 comments

Comments

@LHYLYQ31
Copy link

How to use librets in Java, is there a demo

@nyousefzai
Copy link

try this:
https://github.com/NationalAssociationOfRealtors/libRETS/tree/master/project/swig/java

@LHYLYQ31
Copy link
Author

Is this path available now “http://demo.crt.realtors.org :6103/rets/login”
The account number and password can be obtained. Can you give me an official address

@LHYLYQ31
Copy link
Author

try this:
https://github.com/NationalAssociationOfRealtors/libRETS/tree/master/project/swig/java
Does this library need to be compiled again

@LHYLYQ31
Copy link
Author

image

@LHYLYQ31
Copy link
Author

Why is that. thank you

@nyousefzai
Copy link

nyousefzai commented Feb 23, 2021

from the error it looks like autogen.sh is not found, try this in Dockerfile

FROM debian:9.5
RUN apt-get update && apt-get install -y \
build-essential \
ruby \
ruby-dev \
python3-dev \
python3-pip \
autoconf \
swig \
libboost-dev \
libboost-filesystem-dev \
libcurl4-openssl-dev \
libexpat-dev \
default-jdk
ADD . / librets/
WORKDIR /librets
RUN autoconf --force  &&  ./configure \
--enable-depends \
--enable-shared_dependencies \
&& make \
&& make install
WORKDIR /

@nyousefzai
Copy link

nyousefzai commented Feb 23, 2021

Is this path available now “http://demo.crt.realtors.org :6103/rets/login”
The account number and password can be obtained. Can you give me an official address

I believe this is an old server address that is no longer available. see if this can be any help https://www.reso.org/reso-web-api/

you have to get the server credentials from your local MLS for RETS or see if they have Web API which makes things match easier

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

No branches or pull requests

2 participants