im doing a gps data logging project, and i want to hash the txt file im using, how could i do it with ardiuno flatform???
Search the forum for GPS and you should find a lot of info in previous discussions.
Choose a hashing algorithm. As long as it doesn't require huge amounts of code or memory, I don't see why you couldn't implement it using Arduino.
What is the text file for? Why do you need to hash it? Usually, hashing is a means of deciding which bucket (file, array, list, etc.) data goes in.
i just want to hash a txt file using arduino, im just doing like a data logging project,,,,, help me,,,,
i just want to hash a txt file using arduino
What does this mean? A hash table is usually generated to define buckets to dump data into.
What is the source of the data? Why does it need to go into different buckets? What are those buckets? Files on an SD card?
Please explain what you mean by "hash a text file".
Also, please don't create duplicate posts.