Author |
Message |
Topic: How to PIC to ping the computer? |
eduardocapaneli
Replies: 2
Views: 6765
|
Forum: General CCS C Discussion Posted: Tue Mar 17, 2015 4:01 pm Subject: How to PIC to ping the computer? |
Guys, anyone have any idea how to make the pic to ping a particular device or computer? I'm using ENC28J60 + pic18f46k20
Version CCS: 5.042 |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 12, 2015 10:50 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
Solved as follows!
http_use_authentication TRUE and added in main.c this:
int1 http_check_authentication(char *fileName, char *user, char *pwd)
{
..
..
..
..
}
thank you. |
Topic: Using the function htaccess.txt web server ?? |
eduardocapaneli
Replies: 1
Views: 4581
|
Forum: General CCS C Discussion Posted: Mon Mar 09, 2015 5:44 pm Subject: Using the function htaccess.txt web server ?? |
Could someone help me to enable User feature and password for web server.
//////////////////////////////////////////////////////////////////////////////
///
/// HTTP2 ... |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Mon Mar 09, 2015 2:24 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
someone? |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2015 8:58 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
Is attached on one drive my project, follows circuit design Proteus 8.1
This all set up, however it does not call the page User Authentication.
** upload the forum not allowed because of the size 1. ... |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2015 5:39 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
Is attached on one drive my project, follows circuit design Proteus 8.1
This all set up, however it does not call the page User Authentication.
** upload the forum not allowed because of the size 1. ... |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2015 9:38 am Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
I implemented this script down ..... and HTTP_USE_AUTHENTICATION #define TRUE "... I put the files in the folder protect! WITHOUT EFFECT. :(
#if defined(HTTP_USE_AUTHENTICATION)
BYTE ... |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2015 10:47 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
My project is already running need only enable the function (HTTP_USE_AUTHENTICATION) |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2015 7:31 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
I am developing a project for residential automation, to open the garage gate, but wanted to do safely, not to directly open the main.html. I would ask User and password. |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2015 7:26 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
Working with the pic over 8 years.
www.neovet.com.br
OUR PRODUCTS. |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2015 7:24 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
Friend, meant that the idea is this, but I'm not using Arduino! In Topic I said I'm using pic18f46k20 ... |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2015 6:04 pm Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
I am looking to just that!
http://www.lucadentella.it/en/2013/08/26/enc28j60-e-arduino-15/
I am not knowing implement |
Topic: CREATE User Authentication page and password ENC28J60+PIC18f |
eduardocapaneli
Replies: 16
Views: 40012
|
Forum: General CCS C Discussion Posted: Thu Mar 05, 2015 8:45 am Subject: CREATE User Authentication page and password ENC28J60+PIC18f |
Hello, I'm new here and I'm automation project "using the ENC28J60" and pic18fxx. My question is this, I want to create the login page in the browser for secure access to data.
I'm using ... |
|