Hey, I am new to the server system for Processing and I need help with it. I am trying to send multiple values over the network to another applet. I naturally thought to send an array but Processing would not let me send an int array. When I switched to a byte array my client app would not launch because it said that the read command was outputting an int. I was wondering if you could implode or comma separate an array so that I could send it as a string to be exploded on the client side. Any ideas?
Hi, I am an android game developer and today I got a comment suggesting an online high score system. I know you can do this with processing but whenever I try to write to a server from a client, it never works. Another solution would be to open up a webpage which would submit the scores over php (Which I know how to do) im just not sure how to open up the page. Any help would be greatly appreciated.