AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

how to chatscript server run on android? 
 
 

hello,
i have some question.

1. chatscript server can run on Android? if the chatscript server can run on Android, how do i install it?

2. can i install chatscript using termux? If i can install it, how should i install it?

I downloaded the chatscript source directly through termux and tried to run it.
But it did not work normally.

this is my code

wget http://192.168.100.51:8080/chatscript_180619.tgz
tar xvzf chatscript_180619.tgz
cd ChatScript-master/BINARIES/
chmod a+x ./LinuxChatScript64
./LinuxChatScript64

this is error message
bash: ./LinuxChatScript64: cannot execute binary file: Exec format error

 

 
  [ # 1 ]

Typically on android one would run CS locally, NOT as a server. Who would connect to it?

I have no reason to believe running a linux compiled version of cs should run unchanged on Android.
One would have to have an android project and compile that I presume.

 

 
  login or register to react