1/3
NetSimple screenshot 0
NetSimple screenshot 1
NetSimple screenshot 2
NetSimple Icon

NetSimple

Ferdinand Stueckler
Trustable Ranking Iconਭਰੋਸੇਯੋਗ
1K+ਡਾਊਨਲੋਡ
358kBਆਕਾਰ
Android Version Icon2.2.x+
ਐਂਡਰਾਇਡ ਵਰਜਨ
1.0(11-08-2017)ਤਾਜ਼ਾ ਵਰਜਨ
-
(0 ਸਮੀਖਿਆਵਾਂ)
Age ratingPEGI-3
ਡਾਊਨਲੋਡ ਕਰੋ
ਵੇਰਵਾਸਮੀਖਿਆਵਾਂਵਰਜਨਜਾਣਕਾਰੀ
1/3

NetSimple ਦਾ ਵੇਰਵਾ

The purpose of the app is to control remote hardware like Arduino, Netduino, Raspberry Pi ...

The protocol is TCP/IP (Client).

UP: 0, power, 0

DOWN: 0, -power, 0

LEFT: -power, power, 0

RIGHT: power, power, 0

MIDDLE: 0, 0, 0 or 0, 0, power (Zero active)

Byte Mode: 3 positions are transfered as 3 bytes (default)

ASCII Mode: 3 positions are transfered as text seperated by comma (ended by \n)

Session inactive: Each transmission in a serated connection

Session active: Connection never closed, but if necessary automatic reconnect (default)

Zero inactive: No return to zero values after release

Zero active: Auto return to zero values after release

Sample code for a server on Raspberry Pi:

#include "stdio.h"

#include "stdlib.h"

#include "string.h"

#include "unistd.h"

#include "sys/types.h"

#include "sys/socket.h"

#include "netinet/in.h"

void error(const char *msg)

{

perror(msg);

exit(1);

}

int main(int argc, char *argv[])

{

int sockfd, newsockfd, portno,n;

socklen_t clilen;

char buffer[256];

struct sockaddr_in serv_addr, cli_addr;


sockfd = socket(AF_INET, SOCK_STREAM, 0);

if (sockfd < 0)

error("ERROR opening socket");

bzero((char *) &serv_addr, sizeof(serv_addr));

portno = 12345;

serv_addr.sin_family = AF_INET;

serv_addr.sin_addr.s_addr = INADDR_ANY;

serv_addr.sin_port = htons(portno);

if (bind(sockfd, (struct sockaddr *)

&serv_addr, sizeof(serv_addr)) < 0)

error("ERROR on binding");

while(1)

{

listen(sockfd,5);

clilen = sizeof(cli_addr);

newsockfd = accept(sockfd, (struct sockaddr *)

&cli_addr, &clilen);

if (newsockfd < 0)

error("ERROR on accept");

while(1)

{

bzero(buffer,256);

n = read(newsockfd,buffer,3);

if (n < 3)

{

error("ERROR reading from socket");

break;

}

float tmp1 = (float)buffer[0];

if (tmp1 > 127)

tmp1 -= 256;

float tmp2 = (float)buffer[1];

if (tmp2 > 127)

tmp2 -= 256;

float tmp3 = (float)buffer[2];

if (tmp3 > 127)

tmp3 -=256;

printf("%d %d %d\n",(int)tmp1,(int)tmp2,(int)tmp3);

}

close(newsockfd);

}

close(sockfd);

return 0;

}

NetSimple - ਵਰਜਨ 1.0

(11-08-2017)
ਹੋਰ ਵਰਜਨ

ਅਜੇ ਤੱਕ ਕੋਈ ਸਮੀਖਿਆ ਜਾਂ ਰੇਟਿੰਗ ਨਹੀਂ ਹੈ! ਪਾਓਣ ਲਈ ਕਿਰਪਾ ਕਰਕੇ

-
0 Reviews
5
4
3
2
1

NetSimple - ਏਪੀਕੇ ਜਾਣਕਾਰੀ

ਏਪੀਕੇ ਵਰਜਨ: 1.0ਪੈਕੇਜ: com.ip.netsimple
ਐਂਡਰਾਇਡ ਅਨੁਕੂਲਤਾ: 2.2.x+ (Froyo)
ਡਿਵੈਲਪਰ:Ferdinand Stuecklerਪਰਾਈਵੇਟ ਨੀਤੀ:http://lehrer.bulme.at/~sk/policy.htmlਅਧਿਕਾਰ:1
ਨਾਮ: NetSimpleਆਕਾਰ: 358 kBਡਾਊਨਲੋਡ: 5ਵਰਜਨ : 1.0ਰਿਲੀਜ਼ ਤਾਰੀਖ: 2021-10-25 23:14:39ਘੱਟੋ ਘੱਟ ਸਕ੍ਰੀਨ: SMALLਸਮਰਥਿਤ ਸੀਪੀਯੂ:
ਪੈਕੇਜ ਆਈਡੀ: com.ip.netsimpleਐਸਐਚਏ1 ਦਸਤਖਤ: 99:8A:F2:9C:BA:F4:68:33:09:9A:E9:A0:B4:27:B7:25:F0:59:4A:90ਡਿਵੈਲਪਰ (CN): Ferdinand Stuecklerਸੰਗਠਨ (O): ਸਥਾਨਕ (L): ਦੇਸ਼ (C): ਰਾਜ/ਸ਼ਹਿਰ (ST): ਪੈਕੇਜ ਆਈਡੀ: com.ip.netsimpleਐਸਐਚਏ1 ਦਸਤਖਤ: 99:8A:F2:9C:BA:F4:68:33:09:9A:E9:A0:B4:27:B7:25:F0:59:4A:90ਡਿਵੈਲਪਰ (CN): Ferdinand Stuecklerਸੰਗਠਨ (O): ਸਥਾਨਕ (L): ਦੇਸ਼ (C): ਰਾਜ/ਸ਼ਹਿਰ (ST):

NetSimple ਦਾ ਨਵਾਂ ਵਰਜਨ

1.0Trust Icon Versions
11/8/2017
5 ਡਾਊਨਲੋਡ358 kB ਆਕਾਰ
ਡਾਊਨਲੋਡ ਕਰੋ
appcoins-gift
Bonus GamesWin even more rewards!
ਹੋਰ
Jewels Legend - Match 3 Puzzle
Jewels Legend - Match 3 Puzzle icon
ਡਾਊਨਲੋਡ ਕਰੋ
Avakin Life - 3D Virtual World
Avakin Life - 3D Virtual World icon
ਡਾਊਨਲੋਡ ਕਰੋ
Escape Room - Christmas Quest
Escape Room - Christmas Quest icon
ਡਾਊਨਲੋਡ ਕਰੋ
Age of Kings: Skyward Battle
Age of Kings: Skyward Battle icon
ਡਾਊਨਲੋਡ ਕਰੋ
Clash of Kings
Clash of Kings icon
ਡਾਊਨਲੋਡ ਕਰੋ
Kids Rhyming And Phonics Games
Kids Rhyming And Phonics Games icon
ਡਾਊਨਲੋਡ ਕਰੋ
T20 Cricket Champions 3D
T20 Cricket Champions 3D icon
ਡਾਊਨਲੋਡ ਕਰੋ
Alice's Dream :Merge Games
Alice's Dream :Merge Games icon
ਡਾਊਨਲੋਡ ਕਰੋ
Learning games-Numbers & Maths
Learning games-Numbers & Maths icon
ਡਾਊਨਲੋਡ ਕਰੋ
Food Crush
Food Crush icon
ਡਾਊਨਲੋਡ ਕਰੋ
ABC Learning Games for Kids 2+
ABC Learning Games for Kids 2+ icon
ਡਾਊਨਲੋਡ ਕਰੋ
Jewel Amazon : Match 3 Puzzle
Jewel Amazon : Match 3 Puzzle icon
ਡਾਊਨਲੋਡ ਕਰੋ

ਇੱਕੋ ਸ਼੍ਰੇਣੀ ਵਾਲਿਆਂ ਐਪਾਂ